From 51f689a8e17ff3929acd2dbf39e936d2cd3ac723 Mon Sep 17 00:00:00 2001 From: Federico Ceratto Date: Sun, 30 Apr 2017 17:09:37 +0100 Subject: New upstream version 1.6.0+dfsg --- config.h.in | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 63 insertions(+), 4 deletions(-) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 0ac78cf26..8feeefb57 100644 --- a/config.h.in +++ b/config.h.in @@ -12,6 +12,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_ARPA_NAMESER_H +/* libcap usability */ +#undef HAVE_CAPABILITY + /* Define to 1 if the system has the type `clockid_t'. */ #undef HAVE_CLOCKID_T @@ -34,6 +37,9 @@ don't. */ #undef HAVE_DECL_STRERROR_R +/* ipmimonitoring usability */ +#undef HAVE_FREEIPMI + /* Define to 1 if the system has the `format' function attribute */ #undef HAVE_FUNC_ATTRIBUTE_FORMAT @@ -56,6 +62,19 @@ /* Define to 1 if you have the header file. */ #undef HAVE_JEMALLOC_JEMALLOC_H +/* libmnl usability */ +#undef HAVE_LIBMNL + +/* libnetfilter_acct usability */ +#undef HAVE_LIBNETFILTER_ACCT + +/* Define to 1 if you have the header + file. */ +#undef HAVE_LINUX_NETFILTER_NFNETLINK_CONNTRACK_H + +/* Define to 1 if -flto works. */ +#undef HAVE_LTO + /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H @@ -65,6 +84,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_NETINET_IN_H +/* Define to 1 if you have the `nice' function. */ +#undef HAVE_NICE + /* Define if you have POSIX threads libraries and header files. */ #undef HAVE_PTHREAD @@ -74,6 +96,15 @@ /* Define to 1 if you have the header file. */ #undef HAVE_RESOLV_H +/* Define to 1 if you have the `sched_get_priority_max' function. */ +#undef HAVE_SCHED_GET_PRIORITY_MAX + +/* Define to 1 if you have the `sched_get_priority_min' function. */ +#undef HAVE_SCHED_GET_PRIORITY_MIN + +/* Define to 1 if you have the `sched_setscheduler' function. */ +#undef HAVE_SCHED_SETSCHEDULER + /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H @@ -92,6 +123,9 @@ /* Define to 1 if the system has the type `struct timespec'. */ #undef HAVE_STRUCT_TIMESPEC +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_PRCTL_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H @@ -101,7 +135,7 @@ /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H -/* nfacct plugin settings */ +/* nfacct plugin usability */ #undef INTERNAL_PLUGIN_NFACCT /* Define to 1 if `major', `minor', and `makedev' are declared in . @@ -115,10 +149,10 @@ /* use this user to drop privileged */ #undef NETDATA_USER -/* uuid settings */ +/* uuid usability */ #undef NETDATA_WITH_UUID -/* zlib settings */ +/* zlib usability */ #undef NETDATA_WITH_ZLIB /* Name of package */ @@ -152,7 +186,7 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS -/* math settings */ +/* math usability */ #undef STORAGE_WITH_MATH /* Define to 1 if strerror_r returns char *. */ @@ -198,6 +232,11 @@ #define below would cause a syntax error. */ #undef _UINT32_T +/* Define for Solaris 2.5.1 so the uint64_t typedef from , + , or is not used. If the typedef were allowed, the + #define below would cause a syntax error. */ +#undef _UINT64_T + /* Define for Solaris 2.5.1 so the uint8_t typedef from , , or is not used. If the typedef were allowed, the #define below would cause a syntax error. */ @@ -215,6 +254,22 @@ #undef inline #endif +/* Define to the type of a signed integer type of width exactly 16 bits if + such a type exists and the standard includes do not define it. */ +#undef int16_t + +/* Define to the type of a signed integer type of width exactly 32 bits if + such a type exists and the standard includes do not define it. */ +#undef int32_t + +/* Define to the type of a signed integer type of width exactly 64 bits if + such a type exists and the standard includes do not define it. */ +#undef int64_t + +/* Define to the type of a signed integer type of width exactly 8 bits if such + a type exists and the standard includes do not define it. */ +#undef int8_t + /* gcc branch optimization */ #undef likely @@ -229,6 +284,10 @@ such a type exists and the standard includes do not define it. */ #undef uint32_t +/* Define to the type of an unsigned integer type of width exactly 64 bits if + such a type exists and the standard includes do not define it. */ +#undef uint64_t + /* Define to the type of an unsigned integer type of width exactly 8 bits if such a type exists and the standard includes do not define it. */ #undef uint8_t -- cgit v1.2.3