summaryrefslogtreecommitdiff
path: root/config.h.win32.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2001-10-29 22:33:34 +0000
committerTor Lillqvist <tml@src.gnome.org>2001-10-29 22:33:34 +0000
commita0781a1747e01fa776c75e61d4a165d55fe6d29e (patch)
tree95ffda40860848644f325b355460e73c39cca3fd /config.h.win32.in
parent062ecaf1ed6be60135ea19214bfa3e99a3b2aa93 (diff)
downloadglib-a0781a1747e01fa776c75e61d4a165d55fe6d29e.tar.gz
New file, used to build distribution packages for Windows.
2001-10-30 Tor Lillqvist <tml@iki.fi> * glib-zip.in: New file, used to build distribution packages for Windows. * configure.in: Expand it. * Makefile.am: Distribute it. * config.h.win32.in: Update to match currently produced config.h
Diffstat (limited to 'config.h.win32.in')
-rw-r--r--config.h.win32.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/config.h.win32.in b/config.h.win32.in
index e9ea947eb..dad493d3d 100644
--- a/config.h.win32.in
+++ b/config.h.win32.in
@@ -180,6 +180,15 @@
/* Define if you have the <inttypes.h> header file. */
/* #undef HAVE_INTTYPES_H */
+/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
+/* #undef HAVE_LANGINFO_CODESET */
+
+/* Define if you have the <langinfo.h> header file. */
+/* #undef HAVE_LANGINFO_H */
+
+/* Define if your <locale.h> file defines LC_MESSAGES. */
+/* #undef HAVE_LC_MESSAGES */
+
/* Define if you have the <limits.h> header file. */
#define HAVE_LIMITS_H 1
@@ -213,6 +222,9 @@
/* Define if you have the `nanosleep' function. */
/* #undef HAVE_NANOSLEEP */
+/* Define if you have the `nl_langinfo' function. */
+/* #undef HAVE_NL_LANGINFO */
+
/* Define if you have the <nl_types.h> header file. */
/* #undef HAVE_NL_TYPES_H */
@@ -246,6 +258,9 @@
/* Define if you have the `setlocale' function. */
#define HAVE_SETLOCALE 1
+/* Define if you have the <stddef.h> header file. */
+#define HAVE_STDDEF_H 1
+
/* Define if you have the <stdint.h> header file. */
#ifndef _MSC_VER
#define HAVE_STDINT_H 1