summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in35
1 files changed, 32 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in
index bfde5a82b..fd8e77dfd 100644
--- a/config.h.in
+++ b/config.h.in
@@ -155,6 +155,9 @@
155/* OpenBSD's gcc has bounded */ 155/* OpenBSD's gcc has bounded */
156#undef HAVE_ATTRIBUTE__BOUNDED__ 156#undef HAVE_ATTRIBUTE__BOUNDED__
157 157
158/* Have attribute nonnull */
159#undef HAVE_ATTRIBUTE__NONNULL__
160
158/* OpenBSD's gcc has sentinel */ 161/* OpenBSD's gcc has sentinel */
159#undef HAVE_ATTRIBUTE__SENTINEL__ 162#undef HAVE_ATTRIBUTE__SENTINEL__
160 163
@@ -230,6 +233,14 @@
230 don't. */ 233 don't. */
231#undef HAVE_DECL_LOGINSUCCESS 234#undef HAVE_DECL_LOGINSUCCESS
232 235
236/* Define to 1 if you have the declaration of `MAXSYMLINKS', and to 0 if you
237 don't. */
238#undef HAVE_DECL_MAXSYMLINKS
239
240/* Define to 1 if you have the declaration of `offsetof', and to 0 if you
241 don't. */
242#undef HAVE_DECL_OFFSETOF
243
233/* Define to 1 if you have the declaration of `O_NONBLOCK', and to 0 if you 244/* Define to 1 if you have the declaration of `O_NONBLOCK', and to 0 if you
234 don't. */ 245 don't. */
235#undef HAVE_DECL_O_NONBLOCK 246#undef HAVE_DECL_O_NONBLOCK
@@ -354,6 +365,9 @@
354/* Define to 1 if you have the `getpeereid' function. */ 365/* Define to 1 if you have the `getpeereid' function. */
355#undef HAVE_GETPEEREID 366#undef HAVE_GETPEEREID
356 367
368/* Define to 1 if you have the `getpeerucred' function. */
369#undef HAVE_GETPEERUCRED
370
357/* Define to 1 if you have the `getpwanam' function. */ 371/* Define to 1 if you have the `getpwanam' function. */
358#undef HAVE_GETPWANAM 372#undef HAVE_GETPWANAM
359 373
@@ -480,9 +494,6 @@
480/* Define to 1 if you have the <libgen.h> header file. */ 494/* Define to 1 if you have the <libgen.h> header file. */
481#undef HAVE_LIBGEN_H 495#undef HAVE_LIBGEN_H
482 496
483/* Define to 1 if you have the `iaf' library (-liaf). */
484#undef HAVE_LIBIAF
485
486/* Define to 1 if you have the `nsl' library (-lnsl). */ 497/* Define to 1 if you have the `nsl' library (-lnsl). */
487#undef HAVE_LIBNSL 498#undef HAVE_LIBNSL
488 499
@@ -619,6 +630,12 @@
619/* define if you have pid_t data type */ 630/* define if you have pid_t data type */
620#undef HAVE_PID_T 631#undef HAVE_PID_T
621 632
633/* Define to 1 if you have the `poll' function. */
634#undef HAVE_POLL
635
636/* Define to 1 if you have the <poll.h> header file. */
637#undef HAVE_POLL_H
638
622/* Define to 1 if you have the `prctl' function. */ 639/* Define to 1 if you have the `prctl' function. */
623#undef HAVE_PRCTL 640#undef HAVE_PRCTL
624 641
@@ -736,6 +753,9 @@
736/* Define to 1 if you have the `setvbuf' function. */ 753/* Define to 1 if you have the `setvbuf' function. */
737#undef HAVE_SETVBUF 754#undef HAVE_SETVBUF
738 755
756/* Define to 1 if you have the `set_id' function. */
757#undef HAVE_SET_ID
758
739/* Define to 1 if you have the `SHA256_Update' function. */ 759/* Define to 1 if you have the `SHA256_Update' function. */
740#undef HAVE_SHA256_UPDATE 760#undef HAVE_SHA256_UPDATE
741 761
@@ -844,6 +864,9 @@
844/* define if you have struct timeval */ 864/* define if you have struct timeval */
845#undef HAVE_STRUCT_TIMEVAL 865#undef HAVE_STRUCT_TIMEVAL
846 866
867/* Define to 1 if you have the `swap32' function. */
868#undef HAVE_SWAP32
869
847/* Define to 1 if you have the `sysconf' function. */ 870/* Define to 1 if you have the `sysconf' function. */
848#undef HAVE_SYSCONF 871#undef HAVE_SYSCONF
849 872
@@ -958,6 +981,9 @@
958/* Define if you have ut_type in utmpx.h */ 981/* Define if you have ut_type in utmpx.h */
959#undef HAVE_TYPE_IN_UTMPX 982#undef HAVE_TYPE_IN_UTMPX
960 983
984/* Define to 1 if you have the <ucred.h> header file. */
985#undef HAVE_UCRED_H
986
961/* define if you have uintxx_t data type */ 987/* define if you have uintxx_t data type */
962#undef HAVE_UINTXX_T 988#undef HAVE_UINTXX_T
963 989
@@ -1039,6 +1065,9 @@
1039/* Define to 1 if you have the `_getshort' function. */ 1065/* Define to 1 if you have the `_getshort' function. */
1040#undef HAVE__GETSHORT 1066#undef HAVE__GETSHORT
1041 1067
1068/* Define if you have struct __res_state _res as an extern */
1069#undef HAVE__RES_EXTERN
1070
1042/* Define to 1 if you have the `__b64_ntop' function. */ 1071/* Define to 1 if you have the `__b64_ntop' function. */
1043#undef HAVE___B64_NTOP 1072#undef HAVE___B64_NTOP
1044 1073