]> git.lyx.org Git - lyx.git/blobdiff - acconfig.h
fix compilation; remove cruft in configure script (I may have removed too much, but...
[lyx.git] / acconfig.h
index 7afd8143470d47228b719e4b20dc609f44bf495e..229650fe3bbdffc77467423759ba4e7c1b3d7d0c 100644 (file)
 
 @TOP@
 
-/* define this to the location of forms.h to be used with #include,
-  e.g. <forms.h> */
-#undef FORMS_H_LOCATION
-
-/* define this to the location of flimage.h to be used with #include,
-  e.g. <flimage.h> */
-#undef FORMS_IMAGE_H_LOCATION
-
-/* define this to the location of xpm.h to be used with #include,
-  e.g. <xpm.h> */
-#undef XPM_H_LOCATION
-
-#undef HAVE_LIBSM
-
 /* Define as 1 if the MKSTEMP function is declared */
 #undef HAVE_DECL_MKSTEMP
 
 #define memmove(a, b, c)  bcopy(b, a, c)
 #endif
 
-#ifndef HAVE_STRERROR
-#if defined (__cplusplus)
-extern "C"
-#endif
-char * strerror(int n);
-#endif
-
-#ifdef BROKEN_HEADERS
-#include "broken_headers.h"
-#endif
-
 #ifdef HAVE_MKSTEMP
 #ifndef HAVE_DECL_MKSTEMP
 #if defined (__cplusplus)