]> git.lyx.org Git - features.git/blobdiff - acconfig.h
fix parse error in FormPreferences, make LyX be able to compile with gcc 2.97, use...
[features.git] / acconfig.h
index 46d8c9af5d1e7b89403c2b253f3cf41556486967..c4f91734cfe9cb6576815dfe84e62f137bded1c5 100644 (file)
   e.g. <xpm.h> */
 #undef XPM_H_LOCATION
 
-/* here are the defines for what Toolkit to use (default is XForms) */
-#undef KDEGUI
-
-#undef GTKGUI
-
 #undef HAVE_LIBSM
 
 #undef USE_PSPELL
 /************************************************************ 
  ** You should not need to change anything beyond this point */
 
-/* even though -ansi might have been specified for gcc, we want all
-  usual prototypes.  */
-#ifdef __STRICT_ANSI__
-/**/#undef __STRICT_ANSI__
-#endif
-
 #ifndef HAVE_STRCHR
 #define strchr(a,b)     index(a,b)
 #endif