diff options
Diffstat (limited to 'other/ssharp/acconfig.h')
| -rw-r--r-- | other/ssharp/acconfig.h | 317 |
1 files changed, 317 insertions, 0 deletions
diff --git a/other/ssharp/acconfig.h b/other/ssharp/acconfig.h new file mode 100644 index 0000000..178b590 --- /dev/null +++ b/other/ssharp/acconfig.h | |||
| @@ -0,0 +1,317 @@ | |||
| 1 | /* $Id: acconfig.h,v 1.1.1.1 2001/09/19 14:44:59 stealth Exp $ */ | ||
| 2 | |||
| 3 | #ifndef _CONFIG_H | ||
| 4 | #define _CONFIG_H | ||
| 5 | |||
| 6 | /* Generated automatically from acconfig.h by autoheader. */ | ||
| 7 | /* Please make your changes there */ | ||
| 8 | |||
| 9 | @TOP@ | ||
| 10 | |||
| 11 | /* Define to a Set Process Title type if your system is */ | ||
| 12 | /* supported by bsd-setproctitle.c */ | ||
| 13 | #undef SPT_TYPE | ||
| 14 | |||
| 15 | /* SCO workaround */ | ||
| 16 | #undef BROKEN_SYS_TERMIO_H | ||
| 17 | #undef HAVE_BOGUS_SYS_QUEUE_H | ||
| 18 | |||
| 19 | /* Define if you have SCO protected password database */ | ||
| 20 | #undef HAVE_SCO_PROTECTED_PW | ||
| 21 | |||
| 22 | /* If your header files don't define LOGIN_PROGRAM, then use this (detected) */ | ||
| 23 | /* from environment and PATH */ | ||
| 24 | #undef LOGIN_PROGRAM_FALLBACK | ||
| 25 | |||
| 26 | /* Define if your password has a pw_class field */ | ||
| 27 | #undef HAVE_PW_CLASS_IN_PASSWD | ||
| 28 | |||
| 29 | /* Define if your system's struct sockaddr_un has a sun_len member */ | ||
| 30 | #undef HAVE_SUN_LEN_IN_SOCKADDR_UN | ||
| 31 | |||
| 32 | /* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */ | ||
| 33 | #undef BROKEN_INET_NTOA | ||
| 34 | |||
| 35 | /* Define if your system defines sys_errlist[] */ | ||
| 36 | #undef HAVE_SYS_ERRLIST | ||
| 37 | |||
| 38 | /* Define if your system defines sys_nerr */ | ||
| 39 | #undef HAVE_SYS_NERR | ||
| 40 | |||
| 41 | /* Define if your system choked on IP TOS setting */ | ||
| 42 | #undef IP_TOS_IS_BROKEN | ||
| 43 | |||
| 44 | /* Define if you have the getuserattr function. */ | ||
| 45 | #undef HAVE_GETUSERATTR | ||
| 46 | |||
| 47 | /* Work around problematic Linux PAM modules handling of PAM_TTY */ | ||
| 48 | #undef PAM_TTY_KLUDGE | ||
| 49 | |||
| 50 | /* Use PIPES instead of a socketpair() */ | ||
| 51 | #undef USE_PIPES | ||
| 52 | |||
| 53 | /* Define if your snprintf is busted */ | ||
| 54 | #undef BROKEN_SNPRINTF | ||
| 55 | |||
| 56 | /* Define if you are on Cygwin */ | ||
| 57 | #undef HAVE_CYGWIN | ||
| 58 | |||
| 59 | /* Define if you lack native POSIX regex and you are using PCRE */ | ||
| 60 | #undef HAVE_LIBPCRE | ||
| 61 | |||
| 62 | /* Define if you have a broken realpath. */ | ||
| 63 | #undef BROKEN_REALPATH | ||
| 64 | |||
| 65 | /* Define if you are on NeXT */ | ||
| 66 | #undef HAVE_NEXT | ||
| 67 | |||
| 68 | /* Define if you are on NEWS-OS */ | ||
| 69 | #undef HAVE_NEWS4 | ||
| 70 | |||
| 71 | /* Define if you want to enable PAM support */ | ||
| 72 | #undef USE_PAM | ||
| 73 | |||
| 74 | /* Define if you want to enable AIX4's authenticate function */ | ||
| 75 | #undef WITH_AIXAUTHENTICATE | ||
| 76 | |||
| 77 | /* Define if you have/want arrays (cluster-wide session managment, not C arrays) */ | ||
| 78 | #undef WITH_IRIX_ARRAY | ||
| 79 | |||
| 80 | /* Define if you want IRIX project management */ | ||
| 81 | #undef WITH_IRIX_PROJECT | ||
| 82 | |||
| 83 | /* Define if you want IRIX audit trails */ | ||
| 84 | #undef WITH_IRIX_AUDIT | ||
| 85 | |||
| 86 | /* Define if you want IRIX kernel jobs */ | ||
| 87 | #undef WITH_IRIX_JOBS | ||
| 88 | |||
| 89 | /* Location of random number pool */ | ||
| 90 | #undef RANDOM_POOL | ||
| 91 | |||
| 92 | /* Location of PRNGD/EGD random number socket */ | ||
| 93 | #undef PRNGD_SOCKET | ||
| 94 | |||
| 95 | /* Port number of PRNGD/EGD random number socket */ | ||
| 96 | #undef PRNGD_PORT | ||
| 97 | |||
| 98 | /* Builtin PRNG command timeout */ | ||
| 99 | #undef ENTROPY_TIMEOUT_MSEC | ||
| 100 | |||
| 101 | /* Define if you want to install preformatted manpages.*/ | ||
| 102 | #undef MANTYPE | ||
| 103 | |||
| 104 | /* Define if your ssl headers are included with #include <openssl/header.h> */ | ||
| 105 | #undef HAVE_OPENSSL | ||
| 106 | |||
| 107 | /* Define if you are linking against RSAref. Used only to print the right | ||
| 108 | * message at run-time. */ | ||
| 109 | #undef RSAREF | ||
| 110 | |||
| 111 | /* struct timeval */ | ||
| 112 | #undef HAVE_STRUCT_TIMEVAL | ||
| 113 | |||
| 114 | /* struct utmp and struct utmpx fields */ | ||
| 115 | #undef HAVE_HOST_IN_UTMP | ||
| 116 | #undef HAVE_HOST_IN_UTMPX | ||
| 117 | #undef HAVE_ADDR_IN_UTMP | ||
| 118 | #undef HAVE_ADDR_IN_UTMPX | ||
| 119 | #undef HAVE_ADDR_V6_IN_UTMP | ||
| 120 | #undef HAVE_ADDR_V6_IN_UTMPX | ||
| 121 | #undef HAVE_SYSLEN_IN_UTMPX | ||
| 122 | #undef HAVE_PID_IN_UTMP | ||
| 123 | #undef HAVE_TYPE_IN_UTMP | ||
| 124 | #undef HAVE_TYPE_IN_UTMPX | ||
| 125 | #undef HAVE_TV_IN_UTMP | ||
| 126 | #undef HAVE_TV_IN_UTMPX | ||
| 127 | #undef HAVE_ID_IN_UTMP | ||
| 128 | #undef HAVE_ID_IN_UTMPX | ||
| 129 | #undef HAVE_EXIT_IN_UTMP | ||
| 130 | #undef HAVE_TIME_IN_UTMP | ||
| 131 | #undef HAVE_TIME_IN_UTMPX | ||
| 132 | |||
| 133 | /* Define if you don't want to use your system's login() call */ | ||
| 134 | #undef DISABLE_LOGIN | ||
| 135 | |||
| 136 | /* Define if you don't want to use pututline() etc. to write [uw]tmp */ | ||
| 137 | #undef DISABLE_PUTUTLINE | ||
| 138 | |||
| 139 | /* Define if you don't want to use pututxline() etc. to write [uw]tmpx */ | ||
| 140 | #undef DISABLE_PUTUTXLINE | ||
| 141 | |||
| 142 | /* Define if you don't want to use lastlog */ | ||
| 143 | #undef DISABLE_LASTLOG | ||
| 144 | |||
| 145 | /* Define if you don't want to use utmp */ | ||
| 146 | #undef DISABLE_UTMP | ||
| 147 | |||
| 148 | /* Define if you don't want to use utmpx */ | ||
| 149 | #undef DISABLE_UTMPX | ||
| 150 | |||
| 151 | /* Define if you don't want to use wtmp */ | ||
| 152 | #undef DISABLE_WTMP | ||
| 153 | |||
| 154 | /* Define if you don't want to use wtmpx */ | ||
| 155 | #undef DISABLE_WTMPX | ||
| 156 | |||
| 157 | /* Define if you want to specify the path to your lastlog file */ | ||
| 158 | #undef CONF_LASTLOG_FILE | ||
| 159 | |||
| 160 | /* Define if you want to specify the path to your utmp file */ | ||
| 161 | #undef CONF_UTMP_FILE | ||
| 162 | |||
| 163 | /* Define if you want to specify the path to your wtmp file */ | ||
| 164 | #undef CONF_WTMP_FILE | ||
| 165 | |||
| 166 | /* Define if you want to specify the path to your utmpx file */ | ||
| 167 | #undef CONF_UTMPX_FILE | ||
| 168 | |||
| 169 | /* Define if you want to specify the path to your wtmpx file */ | ||
| 170 | #undef CONF_WTMPX_FILE | ||
| 171 | |||
| 172 | /* Define is libutil has login() function */ | ||
| 173 | #undef HAVE_LIBUTIL_LOGIN | ||
| 174 | |||
| 175 | /* Define if you want external askpass support */ | ||
| 176 | #undef USE_EXTERNAL_ASKPASS | ||
| 177 | |||
| 178 | /* Define if libc defines __progname */ | ||
| 179 | #undef HAVE___PROGNAME | ||
| 180 | |||
| 181 | /* Define if you want Kerberos 4 support */ | ||
| 182 | #undef KRB4 | ||
| 183 | |||
| 184 | /* Define if you want AFS support */ | ||
| 185 | #undef AFS | ||
| 186 | |||
| 187 | /* Define if you want S/Key support */ | ||
| 188 | #undef SKEY | ||
| 189 | |||
| 190 | /* Define if you want TCP Wrappers support */ | ||
| 191 | #undef LIBWRAP | ||
| 192 | |||
| 193 | /* Define if your libraries define login() */ | ||
| 194 | #undef HAVE_LOGIN | ||
| 195 | |||
| 196 | /* Define if your libraries define daemon() */ | ||
| 197 | #undef HAVE_DAEMON | ||
| 198 | |||
| 199 | /* Define if your libraries define getpagesize() */ | ||
| 200 | #undef HAVE_GETPAGESIZE | ||
| 201 | |||
| 202 | /* Define if xauth is found in your path */ | ||
| 203 | #undef XAUTH_PATH | ||
| 204 | |||
| 205 | /* Define if rsh is found in your path */ | ||
| 206 | #undef RSH_PATH | ||
| 207 | |||
| 208 | /* Define if you want to allow MD5 passwords */ | ||
| 209 | #undef HAVE_MD5_PASSWORDS | ||
| 210 | |||
| 211 | /* Define if you want to disable shadow passwords */ | ||
| 212 | #undef DISABLE_SHADOW | ||
| 213 | |||
| 214 | /* Define if you want to use shadow password expire field */ | ||
| 215 | #undef HAS_SHADOW_EXPIRE | ||
| 216 | |||
| 217 | /* Define if you have Digital Unix Security Integration Architecture */ | ||
| 218 | #undef HAVE_OSF_SIA | ||
| 219 | |||
| 220 | /* Define if you have getpwanam(3) [SunOS 4.x] */ | ||
| 221 | #undef HAVE_GETPWANAM | ||
| 222 | |||
| 223 | /* Defined if in_systm.h needs to be included with netinet/ip.h (HPUX - <sigh/>) */ | ||
| 224 | #undef NEED_IN_SYSTM_H | ||
| 225 | |||
| 226 | /* Define if you have an old version of PAM which takes only one argument */ | ||
| 227 | /* to pam_strerror */ | ||
| 228 | #undef HAVE_OLD_PAM | ||
| 229 | |||
| 230 | /* Define if you are using Solaris-derived PAM which passes pam_messages */ | ||
| 231 | /* to the conversation function with an extra level of indirection */ | ||
| 232 | #undef PAM_SUN_CODEBASE | ||
| 233 | |||
| 234 | /* Set this to your mail directory if you don't have maillock.h */ | ||
| 235 | #undef MAIL_DIRECTORY | ||
| 236 | |||
| 237 | /* Data types */ | ||
| 238 | #undef HAVE_U_INT | ||
| 239 | #undef HAVE_INTXX_T | ||
| 240 | #undef HAVE_U_INTXX_T | ||
| 241 | #undef HAVE_UINTXX_T | ||
| 242 | #undef HAVE_INT64_T | ||
| 243 | #undef HAVE_U_INT64_T | ||
| 244 | #undef HAVE_SOCKLEN_T | ||
| 245 | #undef HAVE_SIZE_T | ||
| 246 | #undef HAVE_SSIZE_T | ||
| 247 | #undef HAVE_CLOCK_T | ||
| 248 | #undef HAVE_MODE_T | ||
| 249 | #undef HAVE_PID_T | ||
| 250 | #undef HAVE_SA_FAMILY_T | ||
| 251 | #undef HAVE_STRUCT_SOCKADDR_STORAGE | ||
| 252 | #undef HAVE_STRUCT_ADDRINFO | ||
| 253 | #undef HAVE_STRUCT_IN6_ADDR | ||
| 254 | #undef HAVE_STRUCT_SOCKADDR_IN6 | ||
| 255 | |||
| 256 | /* Fields in struct sockaddr_storage */ | ||
| 257 | #undef HAVE_SS_FAMILY_IN_SS | ||
| 258 | #undef HAVE___SS_FAMILY_IN_SS | ||
| 259 | |||
| 260 | /* Define if you have a regcomp() function */ | ||
| 261 | #undef HAVE_REGCOMP | ||
| 262 | |||
| 263 | /* Define if you have /dev/ptmx */ | ||
| 264 | #undef HAVE_DEV_PTMX | ||
| 265 | |||
| 266 | /* Define if you have /dev/ptc */ | ||
| 267 | #undef HAVE_DEV_PTS_AND_PTC | ||
| 268 | |||
| 269 | /* Define if you need to use IP address instead of hostname in $DISPLAY */ | ||
| 270 | #undef IPADDR_IN_DISPLAY | ||
| 271 | |||
| 272 | /* Specify default $PATH */ | ||
| 273 | #undef USER_PATH | ||
| 274 | |||
| 275 | /* Specify location of ssh.pid */ | ||
| 276 | #undef _PATH_SSH_PIDDIR | ||
| 277 | |||
| 278 | /* Use IPv4 for connection by default, IPv6 can still if explicity asked */ | ||
| 279 | #undef IPV4_DEFAULT | ||
| 280 | |||
| 281 | /* If you have no atexit() but xatexit(), and want to use xatexit() */ | ||
| 282 | #undef HAVE_XATEXIT | ||
| 283 | |||
| 284 | /* getaddrinfo is broken (if present) */ | ||
| 285 | #undef BROKEN_GETADDRINFO | ||
| 286 | |||
| 287 | /* Workaround more Linux IPv6 quirks */ | ||
| 288 | #undef DONT_TRY_OTHER_AF | ||
| 289 | |||
| 290 | /* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */ | ||
| 291 | #undef IPV4_IN_IPV6 | ||
| 292 | |||
| 293 | /* Define if you have BSD auth support */ | ||
| 294 | #undef BSD_AUTH | ||
| 295 | |||
| 296 | /* Define if X11 doesn't support AF_UNIX sockets on that system */ | ||
| 297 | #undef NO_X11_UNIX_SOCKETS | ||
| 298 | |||
| 299 | /* Needed for SCO and NeXT */ | ||
| 300 | #undef BROKEN_SAVED_UIDS | ||
| 301 | |||
| 302 | /* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */ | ||
| 303 | #undef GLOB_HAS_ALTDIRFUNC | ||
| 304 | |||
| 305 | /* Define if your system glob() function has gl_matchc options in glob_t */ | ||
| 306 | #undef GLOB_HAS_GL_MATCHC | ||
| 307 | |||
| 308 | /* Define in your struct dirent expects you to allocate extra space for d_name */ | ||
| 309 | #undef BROKEN_ONE_BYTE_DIRENT_D_NAME | ||
| 310 | |||
| 311 | @BOTTOM@ | ||
| 312 | |||
| 313 | /* ******************* Shouldn't need to edit below this line ************** */ | ||
| 314 | |||
| 315 | #include "defines.h" | ||
| 316 | |||
| 317 | #endif /* _CONFIG_H */ | ||
