X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=acconfig.h;h=b0a1e0b0d3a84b22d6f14771b49e3ec1ae2f5e2e;hb=670bf14d2e53fc61183df22740f9af07d1c863ce;hp=ad67e70f6e4cbe158971c40da6a832af6680ac09;hpb=0490083ef1d69e6347782ec15503532f6d6dc33b;p=lyx.git diff --git a/acconfig.h b/acconfig.h index ad67e70f6e..b0a1e0b0d3 100644 --- a/acconfig.h +++ b/acconfig.h @@ -36,12 +36,6 @@ /* 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 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. */ #undef XPM_H_LOCATION @@ -57,12 +51,6 @@ /**/#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