summaryrefslogtreecommitdiff
path: root/config.h.win32.in
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2012-02-08 19:52:55 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2012-02-08 19:52:55 +0800
commit95a2c885d749b6a14aa3db04bf5ee46ca91fc915 (patch)
tree86fb30326d6b70ce2b9baef17cec175cba139e3a /config.h.win32.in
parentaf99ccc0d663b759b7edfaf744bcb657853280c2 (diff)
downloadglib-95a2c885d749b6a14aa3db04bf5ee46ca91fc915.tar.gz
config.h.win32.in: Updates
Make this more like the config.h.in template
Diffstat (limited to 'config.h.win32.in')
-rw-r--r--config.h.win32.in21
1 files changed, 12 insertions, 9 deletions
diff --git a/config.h.win32.in b/config.h.win32.in
index 1e54ab3a3..2e1da7081 100644
--- a/config.h.win32.in
+++ b/config.h.win32.in
@@ -66,9 +66,6 @@
/* #undef G_HAVE___INLINE__ */
#endif /* _MSC_VER or __DMC__ */
-/* Source file containing theread implementation */
-#define G_THREAD_SOURCE "gthread-win32.c"
-
/* A 'va_copy' style function */
#ifndef _MSC_VER
#define G_VA_COPY va_copy
@@ -224,6 +221,9 @@
/* Define to 1 if you have the `hasmntopt' function. */
/* #undef HAVE_HASMNTOPT */
+/* Define to 1 if you have the `if_nametoindex' function. */
+/* #undef HAVE_IF_NAMETOINDEX */
+
/* Define to 1 if you have the `inotify_init1' function. */
/* #undef HAVE_INOTIFY_INIT1 */
@@ -255,6 +255,9 @@
/* #undef HAVE_INTTYPES_H_WITH_UINTMAX */
#endif /* _MSC_VER */
+/* Define if we have struct ip_mreqn */
+/* #undef HAVE_IP_MREQN */
+
/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
/* #undef HAVE_LANGINFO_CODESET */
@@ -273,6 +276,9 @@
/* Define if your <locale.h> file defines LC_MESSAGES. */
/* #undef HAVE_LC_MESSAGES */
+/* Define if libelf is available */
+/* #undef HAVE_LIBELF */
+
/* Define to 1 if you have the <limits.h> header file. */
#define HAVE_LIMITS_H 1
@@ -367,6 +373,9 @@
/* Have function pthread_attr_setstacksize */
/* #undef HAVE_PTHREAD_ATTR_SETSTACKSIZE */
+/* Have function pthread_condattr_setclock */
+/* #undef HAVE_PTHREAD_CONDATTR_SETCLOCK */
+
/* Define to 1 if the system has the type `ptrdiff_t'. */
#define HAVE_PTRDIFF_T 1
@@ -397,9 +406,6 @@
/* Define to 1 if you have the `setmntent' function. */
/* #undef HAVE_SETMNTENT */
-/* Define to 1 if you have the `setresuid' function. */
-/* #undef HAVE_SETRESUID */
-
/* Define to 1 if you have the `snprintf' function. */
#ifndef _MSC_VER
#define HAVE_SNPRINTF 1
@@ -483,9 +489,6 @@
/* #undef HAVE_STRNCASECMP */
#endif /* _MSC_VER or __DMC__ */
-/* Define to 1 if you have the `strndup' function. */
-/* #undef HAVE_STRNDUP */
-
/* Define to 1 if you have the `strsignal' function. */
/* #undef HAVE_STRSIGNAL */