]> Pileus Git - ~andy/gtk/commitdiff
Update to match a recent configure-generated config.h
authorTor Lillqvist <tml@iki.fi>
Sun, 3 Mar 2002 21:45:11 +0000 (21:45 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sun, 3 Mar 2002 21:45:11 +0000 (21:45 +0000)
2002-03-03  Tor Lillqvist  <tml@iki.fi>

* config.h.win32.in: Update to match a recent configure-generated
config.h

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
config.h.win32.in

index 9cbb6530417f09f287451a2397a59d1e8762603e..73ebb92431b56a47d7e935ba08c7c6fb015a5b6f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-03-03  Tor Lillqvist  <tml@iki.fi>
+
+       * config.h.win32.in: Update to match a recent configure-generated
+       config.h
+
 Sun Mar  3 15:16:07 2002  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtktable.c: When increasing the row or column
index 9cbb6530417f09f287451a2397a59d1e8762603e..73ebb92431b56a47d7e935ba08c7c6fb015a5b6f 100644 (file)
@@ -1,3 +1,8 @@
+2002-03-03  Tor Lillqvist  <tml@iki.fi>
+
+       * config.h.win32.in: Update to match a recent configure-generated
+       config.h
+
 Sun Mar  3 15:16:07 2002  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtktable.c: When increasing the row or column
index 9cbb6530417f09f287451a2397a59d1e8762603e..73ebb92431b56a47d7e935ba08c7c6fb015a5b6f 100644 (file)
@@ -1,3 +1,8 @@
+2002-03-03  Tor Lillqvist  <tml@iki.fi>
+
+       * config.h.win32.in: Update to match a recent configure-generated
+       config.h
+
 Sun Mar  3 15:16:07 2002  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtktable.c: When increasing the row or column
index 9cbb6530417f09f287451a2397a59d1e8762603e..73ebb92431b56a47d7e935ba08c7c6fb015a5b6f 100644 (file)
@@ -1,3 +1,8 @@
+2002-03-03  Tor Lillqvist  <tml@iki.fi>
+
+       * config.h.win32.in: Update to match a recent configure-generated
+       config.h
+
 Sun Mar  3 15:16:07 2002  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtktable.c: When increasing the row or column
index 9cbb6530417f09f287451a2397a59d1e8762603e..73ebb92431b56a47d7e935ba08c7c6fb015a5b6f 100644 (file)
@@ -1,3 +1,8 @@
+2002-03-03  Tor Lillqvist  <tml@iki.fi>
+
+       * config.h.win32.in: Update to match a recent configure-generated
+       config.h
+
 Sun Mar  3 15:16:07 2002  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtktable.c: When increasing the row or column
index 9cbb6530417f09f287451a2397a59d1e8762603e..73ebb92431b56a47d7e935ba08c7c6fb015a5b6f 100644 (file)
@@ -1,3 +1,8 @@
+2002-03-03  Tor Lillqvist  <tml@iki.fi>
+
+       * config.h.win32.in: Update to match a recent configure-generated
+       config.h
+
 Sun Mar  3 15:16:07 2002  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtktable.c: When increasing the row or column
index 9cbb6530417f09f287451a2397a59d1e8762603e..73ebb92431b56a47d7e935ba08c7c6fb015a5b6f 100644 (file)
@@ -1,3 +1,8 @@
+2002-03-03  Tor Lillqvist  <tml@iki.fi>
+
+       * config.h.win32.in: Update to match a recent configure-generated
+       config.h
+
 Sun Mar  3 15:16:07 2002  Owen Taylor  <otaylor@redhat.com>
 
        * gtk/gtktable.c: When increasing the row or column
index 0181ecb4119dd53c31b179704357f4f1446cade1..81afc83d78cf1b282c3a58096a592b4695322b37 100644 (file)
@@ -22,7 +22,6 @@
 
 /* #undef HAVE_CATGETS */
 /* #undef HAVE_DIMM_H */
-/* #undef HAVE_DIRENT_H */
 #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
 
 /* Define if you have the `dcgettext' function. */
 #define HAVE_DCGETTEXT 1
 
-/* Define if you have the <dimm.h> header file. */
-/* #undef HAVE_DIMM_H */
-
-/* Define if you have the <dirent.h> header file, and it defines `DIR'. */
-/* #undef HAVE_DIRENT_H */
-
 /* Define if you have the <dlfcn.h> header file. */
 /* #undef HAVE_DLFCN_H */
 
 /* 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 <inttypes.h> header file. */
 /* #undef HAVE_INTTYPES_H */
 
 /* Define if you have the `munmap' function. */
 /* #undef HAVE_MUNMAP */
 
-/* Define if you have the <ndir.h> header file, and it defines `DIR'. */
-/* #undef HAVE_NDIR_H */
-
 /* Define if you have the <nl_types.h> header file. */
 /* #undef HAVE_NL_TYPES_H */
 
 /* 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 <stdint.h> header file. */
 #ifndef _MSC_VER
 #define HAVE_STDINT_H 1
 /* Define if you have the <string.h> header file. */
 #define HAVE_STRING_H 1
 
-/* Define if you have the <sys/dir.h> header file, and it defines `DIR'. */
-/* #undef HAVE_SYS_DIR_H */
-
-/* Define if you have the <sys/ndir.h> header file, and it defines `DIR'. */
-/* #undef HAVE_SYS_NDIR_H */
-
 /* Define if you have the <sys/param.h> header file. */
 /* #undef HAVE_SYS_PARAM_H */
 
 /* 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 */