summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-08-01 08:12:37 +0200
committerGuido Günther <agx@sigxcpu.org>2014-08-01 08:12:37 +0200
commit16575d9886c474a5c35308e4900a7fcf0d57dea7 (patch)
tree9b396828329b529101e05f3694cbcceda56b6114 /config.h.in
parentab710a4bc80b419b99089e71eb5b1a3e32adc7a5 (diff)
New upstream version 1.2.7~rc2
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 92d385729..47fa5ffaf 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1005,6 +1005,9 @@
/* Define to 1 if you have the `gethostname' function. */
#undef HAVE_GETHOSTNAME
+/* Define to 1 if you have the 'getifaddrs' function. */
+#undef HAVE_GETIFADDRS
+
/* Define to 1 if you have the 'getmntent_r' function. */
#undef HAVE_GETMNTENT_R
@@ -1612,6 +1615,9 @@
/* Define to 1 if `ifr_newname' is a member of `struct ifreq'. */
#undef HAVE_STRUCT_IFREQ_IFR_NEWNAME
+/* Define to 1 if `ifi_oqdrops' is a member of `struct if_data'. */
+#undef HAVE_STRUCT_IF_DATA_IFI_OQDROPS
+
/* Define to 1 if `decimal_point' is a member of `struct lconv'. */
#undef HAVE_STRUCT_LCONV_DECIMAL_POINT
@@ -2630,6 +2636,9 @@
/* Define to 1 if you need to in order for 'stat' and other things to work. */
#undef _POSIX_SOURCE
+/* For thread-safety on OSF/1, Solaris. */
+#undef _REENTRANT
+
/* Define if you want <regex.h> to include <limits.h>, so that it consistently
overrides <limits.h>'s RE_DUP_MAX. */
#undef _REGEX_INCLUDE_LIMITS_H
@@ -2637,6 +2646,9 @@
/* Define if you want regoff_t to be at least as wide POSIX requires. */
#undef _REGEX_LARGE_OFFSETS
+/* For thread-safety on AIX, FreeBSD. */
+#undef _THREAD_SAFE
+
/* Define as a replacement for the ISO C99 __func__ variable. */
#undef __func__