[glib] Update config.h.win32(.in)
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Update config.h.win32(.in)
- Date: Mon, 19 Mar 2012 08:02:52 +0000 (UTC)
commit 190891042d9830fb095bf50220555384cae7f823
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Mon Mar 19 16:02:37 2012 +0800
Update config.h.win32(.in)
Make it more like the one that is generated by autotools.
It is true that Visual C++ has sig_atomic_t, at least for Visual C++ 2008
and later, but this is currently only used for UNIX builds of GLib, as a
point of note here.
config.h.win32.in | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/config.h.win32.in b/config.h.win32.in
index 90c4fd6..e1fc261 100644
--- a/config.h.win32.in
+++ b/config.h.win32.in
@@ -383,9 +383,6 @@
/* Define to 1 if you have the <pwd.h> header file. */
/* #undef HAVE_PWD_H */
-/* Define to 1 if you have the 'qsort_r' function */
-/* #undef HAVE_QSORT_R */
-
/* Define to 1 if you have the `readlink' function. */
/* #undef HAVE_READLINK */
@@ -407,6 +404,9 @@
/* Define to 1 if you have the `setmntent' function. */
/* #undef HAVE_SETMNTENT */
+/* Define if you have the 'sig_atomic_t' type. */
+#define HAVE_SIG_ATOMIC_T 1
+
/* Define to 1 if you have the `snprintf' function. */
#ifndef _MSC_VER
#define HAVE_SNPRINTF 1
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]