summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2013-05-02 14:23:59 +0200
committerGuido Günther <agx@sigxcpu.org>2013-05-02 14:23:59 +0200
commitc90d756749e9280e51bc8f6b1ee3361fe1e4dc99 (patch)
tree7c3cddcd2ffabf892a108f35fc12596244cff566 /config.h.in
parent60e9fd43eb68089a3c367c20a31d64db5dcd03fa (diff)
New upstream version 1.0.5
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in14
1 files changed, 13 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in
index 10c38a8d9..264c008a9 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1261,6 +1261,9 @@
/* Define to 1 if the system has the type `posix_spawn_file_actions_t'. */
#undef HAVE_POSIX_SPAWN_FILE_ACTIONS_T
+/* Define to 1 if you have the 'prlimit' function. */
+#undef HAVE_PRLIMIT
+
/* Define to 1 if you have the `pstat_getdynamic' function. */
#undef HAVE_PSTAT_GETDYNAMIC
@@ -1400,7 +1403,7 @@
/* Define to 1 if you have the 'setns' function. */
#undef HAVE_SETNS
-/* Define to 1 if you have the `setrlimit' function. */
+/* Define to 1 if you have the 'setrlimit' function. */
#undef HAVE_SETRLIMIT
/* Define to 1 if you have the 'shutdown' function. */
@@ -1508,6 +1511,15 @@
/* Defined if struct ifreq exists in net/if.h */
#undef HAVE_STRUCT_IFREQ
+/* Define to 1 if `ifr_ifindex' is a member of `struct ifreq'. */
+#undef HAVE_STRUCT_IFREQ_IFR_IFINDEX
+
+/* Define to 1 if `ifr_index' is a member of `struct ifreq'. */
+#undef HAVE_STRUCT_IFREQ_IFR_INDEX
+
+/* Define to 1 if `ifr_newname' is a member of `struct ifreq'. */
+#undef HAVE_STRUCT_IFREQ_IFR_NEWNAME
+
/* Define to 1 if `decimal_point' is a member of `struct lconv'. */
#undef HAVE_STRUCT_LCONV_DECIMAL_POINT