summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2013-03-01 14:43:32 +0100
committerGuido Günther <agx@sigxcpu.org>2013-03-01 14:43:32 +0100
commit623674a29782df687f12c12b14a6cc6fd1825c81 (patch)
tree8b2f1066f4b6faae9eb2175a3ab62541d7a08df5 /config.h.in
parent7adf6b416b0b659d540f29904359c4799df2a38c (diff)
New upstream version 1.0.3~rc2
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in9
1 files changed, 5 insertions, 4 deletions
diff --git a/config.h.in b/config.h.in
index 238293474..867751ce3 100644
--- a/config.h.in
+++ b/config.h.in
@@ -970,6 +970,9 @@
/* Define to 1 if you have the <ifaddrs.h> header file. */
#undef HAVE_IFADDRS_H
+/* Define if you have if_nameindex. */
+#undef HAVE_IF_NAMEINDEX
+
/* Define to 1 if you have the `inet_ntop' function. */
#undef HAVE_INET_NTOP
@@ -2365,10 +2368,8 @@
# endif
#endif
-/* Enable large inode numbers on Mac OS X. */
-#ifndef _DARWIN_USE_64_BIT_INODE
-# define _DARWIN_USE_64_BIT_INODE 1
-#endif
+/* Enable large inode numbers on Mac OS X 10.5. */
+#undef _DARWIN_USE_64_BIT_INODE
/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS