1 /* acconfig.h: Extra commentary for Autoheader 2 3 %%% portions-copyright-cmetz-96 4 Portions of this software are Copyright 1996-1999 by Craig Metz, All Rights 5 Reserved. The Inner Net License Version 2 applies to these portions of 6 the software. 7 You should have received a copy of the license with this software. If 8 you didn't get a copy, you may request one from <license@inner.net>. 9 10 /* Define if the closedir function returns void instead of int. */ 11 #undef CLOSEDIR_VOID 12 13 /* Define if you want the FTP daemon to support anonymous logins. */ 14 #undef DOANONYMOUS 15 16 /* The default value of the PATH environment variable */ 17 #undef DEFAULT_PATH 18 19 /* Defined if the file /etc/default/login exists 20 (and, presumably, should be looked at by login) */ 21 #undef HAVE_ETC_DEFAULT_LOGIN 22 23 /* Defined to the name of a file that contains a list of files whose 24 permissions and ownerships should be changed on login. */ 25 #undef HAVE_LOGIN_PERMFILE 26 27 /* Defined to the name of a file that contains a list of environment 28 values that should be set on login. */ 29 #undef HAVE_LOGIN_ENVFILE 30 31 /* Defined if the file /etc/securetty exists 32 (and, presumably, should be looked at by login) */ 33 #undef HAVE_SECURETTY 34 35 /* Defined if the file /etc/shadow exists 36 (and, presumably, should be looked at for shadow passwords) */ 37 #undef HAVE_ETC_SHADOW 38 39 /* The path to the access file, if we're going to use it */ 40 #undef PATH_ACCESS_FILE 41 42 /* The path to the mail spool, if we know it */ 43 #undef PATH_MAIL 44 45 /* The path to the utmp file, if we know it */ 46 #undef PATH_UTMP_AC 47 48 /* The path to the utmpx file, if we know it */ 49 #undef PATH_UTMPX_AC 50 51 /* The path to the wtmp file, if we know it */ 52 #undef PATH_WTMP_AC 53 54 /* The path to the wtmpx file, if we know it */ 55 #undef PATH_WTMPX_AC 56 57 /* Defined if the system's profile (/etc/profile) displays 58 the motd file */ 59 #undef HAVE_MOTD_IN_PROFILE 60 61 /* Defined if the system's profile (/etc/profile) informs the 62 user of new mail */ 63 #undef HAVE_MAILCHECK_IN_PROFILE 64 65 /* Define if you have a nonstandard gettimeofday() that takes one argument 66 instead of two. */ 67 #undef HAVE_ONE_ARG_GETTIMEOFDAY 68 69 /* Define if the system has the getenv function */ 70 #undef HAVE_GETENV 71 72 /* Define if the system has the setenv function */ 73 #undef HAVE_SETENV 74 75 /* Define if the system has the /var/adm/sulog file */ 76 #undef HAVE_SULOG 77 78 /* Define if the system has the unsetenv function */ 79 #undef HAVE_UNSETENV 80 81 /* Define if the compiler can handle ANSI-style argument lists */ 82 #undef HAVE_ANSIDECL 83 84 /* Define if the compiler can handle ANSI-style prototypes */ 85 #undef HAVE_ANSIPROTO 86 87 /* Define if the system has an ANSI-style printf (returns int instead of char *) */ 88 #undef HAVE_ANSISPRINTF 89 90 /* Define if the compiler can handle ANSI-style variable argument lists */ 91 #undef HAVE_ANSISTDARG 92 93 /* Define if the compiler can handle void argument lists to functions */ 94 #undef HAVE_VOIDARG 95 96 /* Define if the compiler can handle void return "values" from functions */ 97 #undef HAVE_VOIDRET 98 99 /* Define if the compiler can handle void pointers to our liking */ 100 #undef HAVE_VOIDPTR 101 102 /* Define if the /bin/ls command seems to support the -g flag */ 103 #undef HAVE_LS_G_FLAG 104 105 /* Define if there is a ut_pid field in struct utmp */ 106 #undef HAVE_UT_PID 107 108 /* Define if there is a ut_type field in struct utmp */ 109 #undef HAVE_UT_TYPE 110 111 /* Define if there is a ut_user field in struct utmp */ 112 #undef HAVE_UT_USER 113 114 /* Define if there is a ut_name field in struct utmp */ 115 #undef HAVE_UT_NAME 116 117 /* Define if there is a ut_host field in struct utmp */ 118 #undef HAVE_UT_HOST 119 120 /* Define if there is a ut_id field in struct utmp */ 121 #undef HAVE_UT_ID 122 123 /* Define if there is a ut_syslen field in struct utmp */ 124 #undef HAVE_UT_SYSLEN 125 126 /* Define if there is a utx_syslen field in struct utmpx */ 127 #undef HAVE_UTX_SYSLEN 128 129 /* Define if the system has getutline() */ 130 #undef HAVE_GETUTLINE 131 132 /* Defined if the system has SunOS C2 security shadow passwords */ 133 #undef HAVE_SUNOS_C2_SHADOW 134 135 /* Defined if you want to disable utmp support */ 136 #undef DISABLE_UTMP 137 138 /* Defined if you want to disable wtmp support */ 139 #undef DISABLE_WTMP 140 141 /* Defined if you want to allow users to override the insecure checks */ 142 #undef INSECURE_OVERRIDE 143 144 /* Defined to the default hash value, always defined */ 145 #undef MDX 146 147 /* Defined if new-style prompts are to be used */ 148 #undef NEW_PROMPTS 149 150 /* Defined to the path of the OPIE lock directory */ 151 #undef OPIE_LOCK_DIR 152 153 /* Defined if users are to be asked to re-type secret pass phrases */ 154 #undef RETYPE 155 156 /* Defined if su should not switch to disabled accounts */ 157 #undef SU_STAR_CHECK 158 159 /* Defined if user locking is to be used */ 160 #undef USER_LOCKING 161 162 /* Defined if opieauto is to be used */ 163 #undef OPIEAUTO 164 165 /* Define if you have the atexit function. */ 166 #undef HAVE_ATEXIT 167 168 /* Define if you have the endutent function. */ 169 #undef HAVE_ENDUTENT 170 171 /* Define if you have the initgroups function. */ 172 #undef HAVE_INITGROUPS 173 174 /* Define if you have the memcmp function. */ 175 #undef HAVE_MEMCMP 176 177 /* Define if you have the memcpy function. */ 178 #undef HAVE_MEMCPY 179 180 /* Define if you have the memset function. */ 181 #undef HAVE_MEMSET 182 183 /* Define if you have the getcwd function. */ 184 #undef HAVE_GETCWD 185 186 /* Define if you have the getenv function. */ 187 #undef HAVE_GETENV 188 189 /* Define if you have the getutline function. */ 190 #undef HAVE_GETUTLINE 191 192 /* Define if you have the pututline function. */ 193 #undef HAVE_PUTUTLINE 194 195 /* Define if you have the setenv function. */ 196 #undef HAVE_SETENV 197 198 /* Define if you have the setegid function. */ 199 #undef HAVE_SETEGID 200 201 /* Define if you have the seteuid function. */ 202 #undef HAVE_SETEUID 203 204 /* Define if you have the setutent function. */ 205 #undef HAVE_SETUTENT 206 207 /* Define if you have the sigprocmask function. */ 208 #undef HAVE_SIGPROCMASK 209 210 /* Define if you have the strchr function. */ 211 #undef HAVE_STRCHR 212 213 /* Define if you have the strrchr function. */ 214 #undef HAVE_STRRCHR 215 216 /* Define if you have the strtoul function. */ 217 #undef HAVE_STRTOUL 218 219 /* Define if you have the sysconf function. */ 220 #undef HAVE_SYSCONF 221 222 /* Define if you have the uname function. */ 223 #undef HAVE_UNAME 224 225 /* Define if you have the unsetenv function. */ 226 #undef HAVE_UNSETENV 227