X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=config.h.win32.in;h=81afc83d78cf1b282c3a58096a592b4695322b37;hb=9cde6b74d563a68026e439d1aa2a834162745a78;hp=f05267e3d7ddd3a2e8faa7d50d707852fffdea1d;hpb=15d20507948e6a9f899a4443c722c5651d91e519;p=~andy%2Fgtk diff --git a/config.h.win32.in b/config.h.win32.in index f05267e3d..81afc83d7 100644 --- a/config.h.win32.in +++ b/config.h.win32.in @@ -22,7 +22,6 @@ /* #undef HAVE_CATGETS */ /* #undef HAVE_DIMM_H */ -#define HAVE_DIRENT_H 1 /* MSVC users: include it from build/win32/dirent */ #define HAVE_GETTEXT 1 /* #undef HAVE_IPC_H */ /* #undef HAVE_LC_MESSAGES */ @@ -43,6 +42,8 @@ /* #undef HAVE_XCONVERTCASE */ /* #undef HAVE_XFT */ +/* #undef HAVE_SIGSETJMP */ + #define NO_FD_SET 1 /* #undef RESOURCE_BASE */ @@ -93,6 +94,9 @@ /* Define if using `alloca.c'. */ /* #undef C_ALLOCA */ +/* always defined to indicate that i18n is enabled */ +#define ENABLE_NLS 1 + /* Define if you have `alloca', as a function or macro. */ #define HAVE_ALLOCA 1 @@ -111,12 +115,6 @@ /* Define if you have the `dcgettext' function. */ #define HAVE_DCGETTEXT 1 -/* Define if you have the header file. */ -/* #undef HAVE_DIMM_H */ - -/* Define if you have the header file, and it defines `DIR'. */ -#define HAVE_DIRENT_H 1 - /* Define if you have the header file. */ /* #undef HAVE_DLFCN_H */ @@ -133,6 +131,9 @@ /* Define if you have the `getresuid' function. */ /* #undef HAVE_GETRESUID */ +/* Define if the GNU gettext() function is already present or preinstalled. */ +#define HAVE_GETTEXT 1 + /* Define if you have the header file. */ /* #undef HAVE_INTTYPES_H */ @@ -163,9 +164,6 @@ /* Define if you have the `munmap' function. */ /* #undef HAVE_MUNMAP */ -/* Define if you have the header file, and it defines `DIR'. */ -/* #undef HAVE_NDIR_H */ - /* Define if you have the header file. */ /* #undef HAVE_NL_TYPES_H */ @@ -181,9 +179,6 @@ /* Define if you have the `setlocale' function. */ #define HAVE_SETLOCALE 1 -/* Define if you have the `sigsetjmp' function. */ -/* #undef HAVE_SIGSETJMP */ - /* Define if you have the header file. */ #ifndef _MSC_VER #define HAVE_STDINT_H 1 @@ -213,12 +208,6 @@ /* Define if you have the header file. */ #define HAVE_STRING_H 1 -/* Define if you have the header file, and it defines `DIR'. */ -/* #undef HAVE_SYS_DIR_H */ - -/* Define if you have the header file, and it defines `DIR'. */ -/* #undef HAVE_SYS_NDIR_H */ - /* Define if you have the header file. */ /* #undef HAVE_SYS_PARAM_H */ @@ -277,6 +266,9 @@ /* Define if you have the ANSI C header files. */ #define STDC_HEADERS 1 +/* Define if the X Window System is missing or not being used. */ +/* #undef X_DISPLAY_MISSING */ + /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */