X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=acconfig.h;h=229650fe3bbdffc77467423759ba4e7c1b3d7d0c;hb=907671d259e4f04a0493b293b35a0ce384b094e8;hp=7afd8143470d47228b719e4b20dc609f44bf495e;hpb=9ed3420ea10e9e4e82b137d66dc4755be17619a9;p=lyx.git diff --git a/acconfig.h b/acconfig.h index 7afd814347..229650fe3b 100644 --- a/acconfig.h +++ b/acconfig.h @@ -18,20 +18,6 @@ @TOP@ -/* define this to the location of forms.h to be used with #include, - e.g. */ -#undef FORMS_H_LOCATION - -/* define this to the location of flimage.h to be used with #include, - e.g. */ -#undef FORMS_IMAGE_H_LOCATION - -/* define this to the location of xpm.h to be used with #include, - e.g. */ -#undef XPM_H_LOCATION - -#undef HAVE_LIBSM - /* Define as 1 if the MKSTEMP function is declared */ #undef HAVE_DECL_MKSTEMP @@ -58,17 +44,6 @@ #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)