X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=acconfig.h;h=a9df3d55f091bd7c7e9db357cb5ffae54518c096;hb=046b5d824c622204e90fffa690d43008fadaaa2a;hp=ad67e70f6e4cbe158971c40da6a832af6680ac09;hpb=0490083ef1d69e6347782ec15503532f6d6dc33b;p=lyx.git diff --git a/acconfig.h b/acconfig.h index ad67e70f6e..a9df3d55f0 100644 --- a/acconfig.h +++ b/acconfig.h @@ -36,16 +36,17 @@ /* 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 +/* here are the defines for what Toolkit to use (default is XForms) */ +#undef KDEGUI + +#undef GTKGUI + +#undef HAVE_LIBSM + @BOTTOM@ /************************************************************ @@ -57,12 +58,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