summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-12-04 13:27:57 +0100
committerGuido Günther <agx@sigxcpu.org>2011-12-04 13:27:57 +0100
commit9b1abb282b439b151adf7a62943f0b44811b2246 (patch)
tree35d182aa351295691e8f07315081c7aa5e58d3b9 /config.h.in
parent99476ba2c26d3192ebb752de52ccd6222ea7e095 (diff)
New upstream version 0.9.8~rc2
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in11
1 files changed, 10 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in
index 391348246..619855ecf 100644
--- a/config.h.in
+++ b/config.h.in
@@ -357,6 +357,9 @@
/* Define to 1 when the gnulib module ptsname should be tested. */
#undef GNULIB_TEST_PTSNAME
+/* Define to 1 when the gnulib module ptsname_r should be tested. */
+#undef GNULIB_TEST_PTSNAME_R
+
/* Define to 1 when the gnulib module putenv should be tested. */
#undef GNULIB_TEST_PUTENV
@@ -1165,6 +1168,9 @@
/* Define to 1 if you have the `ptsname' function. */
#undef HAVE_PTSNAME
+/* Define to 1 if you have the `ptsname_r' function. */
+#undef HAVE_PTSNAME_R
+
/* Define to 1 if you have the <pty.h> header file. */
#undef HAVE_PTY_H
@@ -1367,6 +1373,9 @@
/* Define to 1 if the system has the type `struct addrinfo'. */
#undef HAVE_STRUCT_ADDRINFO
+/* Defined if struct ifreq existsin net/if.h */
+#undef HAVE_STRUCT_IFREQ
+
/* Define to 1 if `msg_accrights' is a member of `struct msghdr'. */
#undef HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS
@@ -2116,7 +2125,7 @@
# if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
|| 0x5110 <= __SUNPRO_C)
# define _Noreturn __attribute__ ((__noreturn__))
-# elif 1200 <= _MSC_VER
+# elif defined _MSC_VER && 1200 <= _MSC_VER
# define _Noreturn __declspec (noreturn)
# else
# define _Noreturn