972a5792a8dbd9f494bee26672e77e07c1c64ff4
[tac_plus.git] / config.h.in
1 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
2
3 /* Define to empty if the keyword does not work.  */
4 #undef const
5
6 /* Define if you don't have vprintf but do have _doprnt.  */
7 #undef HAVE_DOPRNT
8
9 /* Define if you have the vprintf function.  */
10 #undef HAVE_VPRINTF
11
12 /* Define if you have the wait3 system call.  */
13 #undef HAVE_WAIT3
14
15 /* Define as the return type of signal handlers (int or void).  */
16 #undef RETSIGTYPE
17
18 /* Define if the `setpgrp' function takes no argument.  */
19 #undef SETPGRP_VOID
20
21 /* Define if you have the ANSI C header files.  */
22 #undef STDC_HEADERS
23
24 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
25 #undef TIME_WITH_SYS_TIME
26
27 /* Define if you have the regcomp function.  */
28 #undef HAVE_REGCOMP
29
30 /* Define if you have the select function.  */
31 #undef HAVE_SELECT
32
33 /* Define if you have the socket function.  */
34 #undef HAVE_SOCKET
35
36 /* Define if you have the strcspn function.  */
37 #undef HAVE_STRCSPN
38
39 /* Define if you have the strdup function.  */
40 #undef HAVE_STRDUP
41
42 /* Define if you have the strstr function.  */
43 #undef HAVE_STRSTR
44
45 /* Define if you have the strtol function.  */
46 #undef HAVE_STRTOL
47
48 /* Define if you have the <fcntl.h> header file.  */
49 #undef HAVE_FCNTL_H
50
51 /* Define if you have the <malloc.h> header file.  */
52 #undef HAVE_MALLOC_H
53
54 /* Define if you have the <strings.h> header file.  */
55 #undef HAVE_STRINGS_H
56
57 /* Define if you have the <sys/file.h> header file.  */
58 #undef HAVE_SYS_FILE_H
59
60 /* Define if you have the <sys/ioctl.h> header file.  */
61 #undef HAVE_SYS_IOCTL_H
62
63 /* Define if you have the <sys/time.h> header file.  */
64 #undef HAVE_SYS_TIME_H
65
66 /* Define if you have the <syslog.h> header file.  */
67 #undef HAVE_SYSLOG_H
68
69 /* Define if you have the <unistd.h> header file.  */
70 #undef HAVE_UNISTD_H
71
72 /* Define if you have the c library (-lc).  */
73 #undef HAVE_LIBC
74
75 /* Define if you have the crypt library (-lcrypt).  */
76 #undef HAVE_LIBCRYPT
77
78 /* Define if you have the dl library (-ldl).  */
79 #undef HAVE_LIBDL
80
81 /* Define if you have the og library (-log).  */
82 #undef HAVE_LIBOG
83
84 /* Define if you have the pam library (-lpam).  */
85 #undef HAVE_LIBPAM
86
87 /* Define this if you have shadow passwords in /etc/passwd and
88  * /etc/shadow. Note that you usually need to be root to read
89  * /etc/shadow */
90 #undef SHADOW_PASSWORDS
91