]> git.lyx.org Git - lyx.git/blobdiff - acconfig.h
add using
[lyx.git] / acconfig.h
index ad67e70f6e4cbe158971c40da6a832af6680ac09..b0a1e0b0d3a84b22d6f14771b49e3ec1ae2f5e2e 100644 (file)
 /* Define as 1 if you have the stpcopy function */
 #undef HAVE_STPCPY
 
-/* define this to the location of stl_string_fwd.h to be used with #include,
-  NOTE: Do not set it to <stl_string_fwd.h> as that will find the LyX
-       supplied version of the header.
-  e.g. <../include/stl_string_fwd.h> or better yet use an absolute path */
-#undef STL_STRING_FWD_H_LOCATION
-
 /* define this to the location of xpm.h to be used with #include,
   e.g. <xpm.h> */
 #undef XPM_H_LOCATION
 /**/#undef __STRICT_ANSI__
 #endif
 
-#ifdef HAVE_MEMSET
-#define BZERO(a,b)      memset(a,0,b)
-#else
-#define BZERO(a,b)      bzero(a,b)
-#endif
-
 #ifndef HAVE_STRCHR
 #define strchr(a,b)     index(a,b)
 #endif