X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=acconfig.h;h=229650fe3bbdffc77467423759ba4e7c1b3d7d0c;hb=907671d259e4f04a0493b293b35a0ce384b094e8;hp=e63e271baf57c3a91dbc2736462a8733cc9c936d;hpb=3b1a9a5fc258f5d9b4faaa7a4bd5b6fe99530583;p=lyx.git diff --git a/acconfig.h b/acconfig.h index e63e271baf..229650fe3b 100644 --- a/acconfig.h +++ b/acconfig.h @@ -18,12 +18,6 @@ @TOP@ -/* 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 @@ -50,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)