1 /* acconfig.h
2  *
3  * Contains calife's specific defines
4  *
5  * $Id$
6  */
7 
8 /* Define if you have the <string.h> header file.  */
9 #undef HAVE_STRING_H
10 
11 /* Define if you have the <stdarg.h> header file.  */
12 #undef HAVE_STDARG_H
13 
14 /* Define if you have the <sys/param.h> header file.  */
15 #undef HAVE_SYS_PARAM_H
16 
17 /* Define if you have the <sys/time.h> header file.  */
18 #undef HAVE_SYS_TIME_H
19 
20 /* Define if you have the <libgen.h> header file.  */
21 #undef HAVE_LIBGEN_H
22 
23 /* Define if you have the <syslog.h> header file.  */
24 #undef HAVE_SYSLOG_H
25 
26 /* Define if you have the crypt library (-lcrypt).  */
27 #undef HAVE_LIBCRYPT
28 
29 /* Define if you want POSIX signals */
30 #undef HAVE_POSIX_SIGNALS
31 
32 /* Define if you're under SCO */
33 #undef SCO
34 
35 /* Define it if you have SCO's /etc/shadow file */
36 #undef HAVE_SCO_ETC_SHADOW
37 
38 /* Define it if you have an /etc/shadow file */
39 #undef HAVE_ETC_SHADOW
40 
41 /* Define if you don't want to type a password at all */
42 #undef RELAXED
43 
44 /* Define if your syslog.h is in sys/ */
45 #undef NEED_SYS_SYSLOG_H
46 
47 /* Define if you're using OSF C2 security package */
48 #undef HAVE_OSF1_C2_SECURITY
49 
50 /* Define if you have setrlimit/getrlimit */
51 #undef HAVE_RLIMIT
52 
53 /* Define if getpassphrase(3) exists */
54 #undef HAVE_GETPASSPHRASE
55 
56 /* Define if no syslog-type functions exist */
57 #undef NO_SYSLOG
58 
59 /* Define if _SC_LINE_MAX is defined for sysconf */
60 #undef HAVE_WORKING_SYSCONF
61 
62 /* Define it to su' path */
63 #undef SU_CMD
64 
65 /* Define it if you want debugging output */
66 #undef DEBUG
67 
68 /* Define it if you have a setuid-aware shell */
69 #undef NO_SETUID_SHELL
70 
71 /* Define it if you have <sys/wait.h> but a non-POSIX one like NeXTStep */
72 #undef HAVE_NON_POSIX_WAIT_H
73 
74 /* Define it if don't want to use getspnam(3) and friends-- Linux */
75 #undef UNUSED_SHADOW
76 
77 /* Define if you want a global /etc/calife.out script */
78 #undef WANT_GLOBAL_RC
79 
80 /* Define if we want to use PAM authentication */
81 #undef WITH_PAM
82