summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in71
1 files changed, 53 insertions, 18 deletions
diff --git a/config.h.in b/config.h.in
index 67858ef6d..34f1c9c53 100644
--- a/config.h.in
+++ b/config.h.in
@@ -230,6 +230,9 @@
230/* Define to 1 if you have the `clock' function. */ 230/* Define to 1 if you have the `clock' function. */
231#undef HAVE_CLOCK 231#undef HAVE_CLOCK
232 232
233/* Have clock_gettime */
234#undef HAVE_CLOCK_GETTIME
235
233/* define if you have clock_t data type */ 236/* define if you have clock_t data type */
234#undef HAVE_CLOCK_T 237#undef HAVE_CLOCK_T
235 238
@@ -242,6 +245,9 @@
242/* Define if your system uses ancillary data style file descriptor passing */ 245/* Define if your system uses ancillary data style file descriptor passing */
243#undef HAVE_CONTROL_IN_MSGHDR 246#undef HAVE_CONTROL_IN_MSGHDR
244 247
248/* Define to 1 if you have the `crypt' function. */
249#undef HAVE_CRYPT
250
245/* Define to 1 if you have the <crypto/sha2.h> header file. */ 251/* Define to 1 if you have the <crypto/sha2.h> header file. */
246#undef HAVE_CRYPTO_SHA2_H 252#undef HAVE_CRYPTO_SHA2_H
247 253
@@ -266,6 +272,10 @@
266 and to 0 if you don't. */ 272 and to 0 if you don't. */
267#undef HAVE_DECL_GSS_C_NT_HOSTBASED_SERVICE 273#undef HAVE_DECL_GSS_C_NT_HOSTBASED_SERVICE
268 274
275/* Define to 1 if you have the declaration of `howmany', and to 0 if you
276 don't. */
277#undef HAVE_DECL_HOWMANY
278
269/* Define to 1 if you have the declaration of `h_errno', and to 0 if you 279/* Define to 1 if you have the declaration of `h_errno', and to 0 if you
270 don't. */ 280 don't. */
271#undef HAVE_DECL_H_ERRNO 281#undef HAVE_DECL_H_ERRNO
@@ -286,6 +296,10 @@
286 don't. */ 296 don't. */
287#undef HAVE_DECL_MAXSYMLINKS 297#undef HAVE_DECL_MAXSYMLINKS
288 298
299/* Define to 1 if you have the declaration of `NFDBITS', and to 0 if you
300 don't. */
301#undef HAVE_DECL_NFDBITS
302
289/* Define to 1 if you have the declaration of `offsetof', and to 0 if you 303/* Define to 1 if you have the declaration of `offsetof', and to 0 if you
290 don't. */ 304 don't. */
291#undef HAVE_DECL_OFFSETOF 305#undef HAVE_DECL_OFFSETOF
@@ -318,6 +332,9 @@
318 don't. */ 332 don't. */
319#undef HAVE_DECL__GETSHORT 333#undef HAVE_DECL__GETSHORT
320 334
335/* Define to 1 if you have the `DES_crypt' function. */
336#undef HAVE_DES_CRYPT
337
321/* Define if you have /dev/ptmx */ 338/* Define if you have /dev/ptmx */
322#undef HAVE_DEV_PTMX 339#undef HAVE_DEV_PTMX
323 340
@@ -339,6 +356,9 @@
339/* Define to 1 if you have the <elf.h> header file. */ 356/* Define to 1 if you have the <elf.h> header file. */
340#undef HAVE_ELF_H 357#undef HAVE_ELF_H
341 358
359/* Define to 1 if you have the `endgrent' function. */
360#undef HAVE_ENDGRENT
361
342/* Define to 1 if you have the <endian.h> header file. */ 362/* Define to 1 if you have the <endian.h> header file. */
343#undef HAVE_ENDIAN_H 363#undef HAVE_ENDIAN_H
344 364
@@ -372,6 +392,9 @@
372/* Define to 1 if you have the <fcntl.h> header file. */ 392/* Define to 1 if you have the <fcntl.h> header file. */
373#undef HAVE_FCNTL_H 393#undef HAVE_FCNTL_H
374 394
395/* Define to 1 if the system has the type `fd_mask'. */
396#undef HAVE_FD_MASK
397
375/* Define to 1 if you have the <features.h> header file. */ 398/* Define to 1 if you have the <features.h> header file. */
376#undef HAVE_FEATURES_H 399#undef HAVE_FEATURES_H
377 400
@@ -576,6 +599,15 @@
576/* Define if you have isblank(3C). */ 599/* Define if you have isblank(3C). */
577#undef HAVE_ISBLANK 600#undef HAVE_ISBLANK
578 601
602/* Define to 1 if you have the `krb5_cc_new_unique' function. */
603#undef HAVE_KRB5_CC_NEW_UNIQUE
604
605/* Define to 1 if you have the `krb5_free_error_message' function. */
606#undef HAVE_KRB5_FREE_ERROR_MESSAGE
607
608/* Define to 1 if you have the `krb5_get_error_message' function. */
609#undef HAVE_KRB5_GET_ERROR_MESSAGE
610
579/* Define to 1 if you have the <lastlog.h> header file. */ 611/* Define to 1 if you have the <lastlog.h> header file. */
580#undef HAVE_LASTLOG_H 612#undef HAVE_LASTLOG_H
581 613
@@ -636,6 +668,9 @@
636/* Define to 1 if you have the <linux/seccomp.h> header file. */ 668/* Define to 1 if you have the <linux/seccomp.h> header file. */
637#undef HAVE_LINUX_SECCOMP_H 669#undef HAVE_LINUX_SECCOMP_H
638 670
671/* Define to 1 if you have the <locale.h> header file. */
672#undef HAVE_LOCALE_H
673
639/* Define to 1 if you have the `login' function. */ 674/* Define to 1 if you have the `login' function. */
640#undef HAVE_LOGIN 675#undef HAVE_LOGIN
641 676
@@ -663,6 +698,9 @@
663/* Define to 1 if you have the <maillock.h> header file. */ 698/* Define to 1 if you have the <maillock.h> header file. */
664#undef HAVE_MAILLOCK_H 699#undef HAVE_MAILLOCK_H
665 700
701/* Define to 1 if you have the `mblen' function. */
702#undef HAVE_MBLEN
703
666/* Define to 1 if you have the `md5_crypt' function. */ 704/* Define to 1 if you have the `md5_crypt' function. */
667#undef HAVE_MD5_CRYPT 705#undef HAVE_MD5_CRYPT
668 706
@@ -769,15 +807,6 @@
769/* Define to 1 if you have the `pututxline' function. */ 807/* Define to 1 if you have the `pututxline' function. */
770#undef HAVE_PUTUTXLINE 808#undef HAVE_PUTUTXLINE
771 809
772/* Define if your password has a pw_change field */
773#undef HAVE_PW_CHANGE_IN_PASSWD
774
775/* Define if your password has a pw_class field */
776#undef HAVE_PW_CLASS_IN_PASSWD
777
778/* Define if your password has a pw_expire field */
779#undef HAVE_PW_EXPIRE_IN_PASSWD
780
781/* Define to 1 if you have the `readpassphrase' function. */ 810/* Define to 1 if you have the `readpassphrase' function. */
782#undef HAVE_READPASSPHRASE 811#undef HAVE_READPASSPHRASE
783 812
@@ -814,6 +843,9 @@
814/* define if you have sa_family_t data type */ 843/* define if you have sa_family_t data type */
815#undef HAVE_SA_FAMILY_T 844#undef HAVE_SA_FAMILY_T
816 845
846/* Define to 1 if you have the `scan_scaled' function. */
847#undef HAVE_SCAN_SCALED
848
817/* Define if you have SecureWare-based protected password database */ 849/* Define if you have SecureWare-based protected password database */
818#undef HAVE_SECUREWARE 850#undef HAVE_SECUREWARE
819 851
@@ -1003,6 +1035,18 @@
1003/* define if you have struct in6_addr data type */ 1035/* define if you have struct in6_addr data type */
1004#undef HAVE_STRUCT_IN6_ADDR 1036#undef HAVE_STRUCT_IN6_ADDR
1005 1037
1038/* Define to 1 if `pw_change' is a member of `struct passwd'. */
1039#undef HAVE_STRUCT_PASSWD_PW_CHANGE
1040
1041/* Define to 1 if `pw_class' is a member of `struct passwd'. */
1042#undef HAVE_STRUCT_PASSWD_PW_CLASS
1043
1044/* Define to 1 if `pw_expire' is a member of `struct passwd'. */
1045#undef HAVE_STRUCT_PASSWD_PW_EXPIRE
1046
1047/* Define to 1 if `pw_gecos' is a member of `struct passwd'. */
1048#undef HAVE_STRUCT_PASSWD_PW_GECOS
1049
1006/* define if you have struct sockaddr_in6 data type */ 1050/* define if you have struct sockaddr_in6 data type */
1007#undef HAVE_STRUCT_SOCKADDR_IN6 1051#undef HAVE_STRUCT_SOCKADDR_IN6
1008 1052
@@ -1323,15 +1367,6 @@
1323/* Set this to your mail directory if you do not have _PATH_MAILDIR */ 1367/* Set this to your mail directory if you do not have _PATH_MAILDIR */
1324#undef MAIL_DIRECTORY 1368#undef MAIL_DIRECTORY
1325 1369
1326/* Define on *nto-qnx systems */
1327#undef MISSING_FD_MASK
1328
1329/* Define on *nto-qnx systems */
1330#undef MISSING_HOWMANY
1331
1332/* Define on *nto-qnx systems */
1333#undef MISSING_NFDBITS
1334
1335/* Need setpgrp to acquire controlling tty */ 1370/* Need setpgrp to acquire controlling tty */
1336#undef NEED_SETPGRP 1371#undef NEED_SETPGRP
1337 1372