diff options
Diffstat (limited to 'contrib/opie/config.h.in')
-rw-r--r-- | contrib/opie/config.h.in | 324 |
1 files changed, 324 insertions, 0 deletions
diff --git a/contrib/opie/config.h.in b/contrib/opie/config.h.in new file mode 100644 index 000000000000..1fdbff930f12 --- /dev/null +++ b/contrib/opie/config.h.in @@ -0,0 +1,324 @@ +/* config.h.in. Generated automatically from configure.in by autoheader. */ + +/* Define if on AIX 3. + System headers sometimes define this. + We just want to avoid a redefinition error message. */ +#ifndef _ALL_SOURCE +#undef _ALL_SOURCE +#endif + +/* Define if using alloca.c. */ +#undef C_ALLOCA + +/* Define to empty if the keyword does not work. */ +#undef const + +/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems. + This function is required for alloca.c support on those systems. */ +#undef CRAY_STACKSEG_END + +/* Define if you have alloca, as a function or macro. */ +#undef HAVE_ALLOCA + +/* Define if you have <alloca.h> and it should be used (not on Ultrix). */ +#undef HAVE_ALLOCA_H + +/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */ +#undef HAVE_SYS_WAIT_H + +/* Define if on MINIX. */ +#undef _MINIX + +/* Define if the system does not provide POSIX.1 features except + with this defined. */ +#undef _POSIX_1_SOURCE + +/* Define if you need to in order for stat and other things to work. */ +#undef _POSIX_SOURCE + +/* Define as the return type of signal handlers (int or void). */ +#undef RETSIGTYPE + +/* If using the C implementation of alloca, define if you know the + direction of stack growth for your system; otherwise it will be + automatically deduced at run-time. + STACK_DIRECTION > 0 => grows toward higher addresses + STACK_DIRECTION < 0 => grows toward lower addresses + STACK_DIRECTION = 0 => direction of growth unknown + */ +#undef STACK_DIRECTION + +/* Define if you want the FTP daemon to support anonymous logins. */ +#undef DOANONYMOUS + +/* The default value of the PATH environment variable */ +#undef DEFAULT_PATH + +/* Defined if the file /etc/default/login exists + (and, presumably, should be looked at by login) */ +#undef HAVE_ETC_DEFAULT_LOGIN + +/* Defined to the name of a file that contains a list of files whose + permissions and ownerships should be changed on login. */ +#undef HAVE_LOGIN_PERMFILE + +/* Defined to the name of a file that contains a list of environment + values that should be set on login. */ +#undef HAVE_LOGIN_ENVFILE + +/* Defined if the file /etc/securetty exists + (and, presumably, should be looked at by login) */ +#undef HAVE_SECURETTY + +/* Defined if the file /etc/shadow exists + (and, presumably, should be looked at for shadow passwords) */ +#undef HAVE_ETC_SHADOW + +/* The path to the access file, if we're going to use it */ +#undef PATH_ACCESS_FILE + +/* The path to the mail spool, if we know it */ +#undef PATH_MAIL + +/* Defined if the system's profile (/etc/profile) displays + the motd file */ +#undef HAVE_MOTD_IN_PROFILE + +/* Defined if the system's profile (/etc/profile) informs the + user of new mail */ +#undef HAVE_MAILCHECK_IN_PROFILE + +/* Define if you have a nonstandard gettimeofday() that takes one argument + instead of two. */ +#undef HAVE_ONE_ARG_GETTIMEOFDAY + +/* Define if the system has the getenv function */ +#undef HAVE_GETENV + +/* Define if the system has the setenv function */ +#undef HAVE_SETENV + +/* Define if the system has the /var/adm/sulog file */ +#undef HAVE_SULOG + +/* Define if the system has the unsetenv function */ +#undef HAVE_UNSETENV + +/* Define if the compiler can handle ANSI-style argument lists */ +#undef HAVE_ANSIDECL + +/* Define if the compiler can handle ANSI-style prototypes */ +#undef HAVE_ANSIPROTO + +/* Define if the system has an ANSI-style printf (returns int instead of char *) */ +#undef HAVE_ANSISPRINTF + +/* Define if the compiler can handle ANSI-style variable argument lists */ +#undef HAVE_ANSISTDARG + +/* Define if the compiler can handle void argument lists to functions */ +#undef HAVE_VOIDARG + +/* Define if the compiler can handle void return "values" from functions */ +#undef HAVE_VOIDRET + +/* Define if the compiler can handle void pointers to our liking */ +#undef HAVE_VOIDPTR + +/* Define if the /bin/ls command seems to support the -g flag */ +#undef HAVE_LS_G_FLAG + +/* Define if there is a ut_pid field in struct utmp */ +#undef HAVE_UT_PID + +/* Define if there is a ut_type field in struct utmp */ +#undef HAVE_UT_TYPE + +/* Define if there is a ut_name field in struct utmp */ +#undef HAVE_UT_NAME + +/* Define if there is a ut_host field in struct utmp */ +#undef HAVE_UT_HOST + +/* Define if you have the bcopy function. */ +#undef HAVE_BCOPY + +/* Define if you have the bzero function. */ +#undef HAVE_BZERO + +/* Define if you have the endspent function. */ +#undef HAVE_ENDSPENT + +/* Define if you have the fpurge function. */ +#undef HAVE_FPURGE + +/* Define if you have the getdtablesize function. */ +#undef HAVE_GETDTABLESIZE + +/* Define if you have the getgroups function. */ +#undef HAVE_GETGROUPS + +/* Define if you have the gethostname function. */ +#undef HAVE_GETHOSTNAME + +/* Define if you have the getspent function. */ +#undef HAVE_GETSPENT + +/* Define if you have the gettimeofday function. */ +#undef HAVE_GETTIMEOFDAY + +/* Define if you have the getttynam function. */ +#undef HAVE_GETTTYNAM + +/* Define if you have the getutxline function. */ +#undef HAVE_GETUTXLINE + +/* Define if you have the getwd function. */ +#undef HAVE_GETWD + +/* Define if you have the index function. */ +#undef HAVE_INDEX + +/* Define if you have the lstat function. */ +#undef HAVE_LSTAT + +/* Define if you have the pututxline function. */ +#undef HAVE_PUTUTXLINE + +/* Define if you have the rindex function. */ +#undef HAVE_RINDEX + +/* Define if you have the setegid function. */ +#undef HAVE_SETEGID + +/* Define if you have the seteuid function. */ +#undef HAVE_SETEUID + +/* Define if you have the setgroups function. */ +#undef HAVE_SETGROUPS + +/* Define if you have the setlogin function. */ +#undef HAVE_SETLOGIN + +/* Define if you have the setpriority function. */ +#undef HAVE_SETPRIORITY + +/* Define if you have the setregid function. */ +#undef HAVE_SETREGID + +/* Define if you have the setresgid function. */ +#undef HAVE_SETRESGID + +/* Define if you have the setresuid function. */ +#undef HAVE_SETRESUID + +/* Define if you have the setreuid function. */ +#undef HAVE_SETREUID + +/* Define if you have the setvbuf function. */ +#undef HAVE_SETVBUF + +/* Define if you have the sigblock function. */ +#undef HAVE_SIGBLOCK + +/* Define if you have the sigsetmask function. */ +#undef HAVE_SIGSETMASK + +/* Define if you have the socket function. */ +#undef HAVE_SOCKET + +/* Define if you have the strftime function. */ +#undef HAVE_STRFTIME + +/* Define if you have the strstr function. */ +#undef HAVE_STRSTR + +/* Define if you have the sysconf function. */ +#undef HAVE_SYSCONF + +/* Define if you have the ttyslot function. */ +#undef HAVE_TTYSLOT + +/* Define if you have the <crypt.h> header file. */ +#undef HAVE_CRYPT_H + +/* Define if you have the <dirent.h> header file. */ +#undef HAVE_DIRENT_H + +/* Define if you have the <fcntl.h> header file. */ +#undef HAVE_FCNTL_H + +/* Define if you have the <lastlog.h> header file. */ +#undef HAVE_LASTLOG_H + +/* Define if you have the <limits.h> header file. */ +#undef HAVE_LIMITS_H + +/* Define if you have the <ndir.h> header file. */ +#undef HAVE_NDIR_H + +/* Define if you have the <paths.h> header file. */ +#undef HAVE_PATHS_H + +/* Define if you have the <pwd.h> header file. */ +#undef HAVE_PWD_H + +/* Define if you have the <shadow.h> header file. */ +#undef HAVE_SHADOW_H + +/* Define if you have the <signal.h> header file. */ +#undef HAVE_SIGNAL_H + +/* Define if you have the <stdlib.h> header file. */ +#undef HAVE_STDLIB_H + +/* Define if you have the <string.h> header file. */ +#undef HAVE_STRING_H + +/* Define if you have the <sys/dir.h> header file. */ +#undef HAVE_SYS_DIR_H + +/* Define if you have the <sys/file.h> header file. */ +#undef HAVE_SYS_FILE_H + +/* Define if you have the <sys/ioctl.h> header file. */ +#undef HAVE_SYS_IOCTL_H + +/* Define if you have the <sys/ndir.h> header file. */ +#undef HAVE_SYS_NDIR_H + +/* Define if you have the <sys/param.h> header file. */ +#undef HAVE_SYS_PARAM_H + +/* Define if you have the <sys/signal.h> header file. */ +#undef HAVE_SYS_SIGNAL_H + +/* Define if you have the <sys/time.h> header file. */ +#undef HAVE_SYS_TIME_H + +/* Define if you have the <sys/utsname.h> header file. */ +#undef HAVE_SYS_UTSNAME_H + +/* Define if you have the <syslog.h> header file. */ +#undef HAVE_SYSLOG_H + +/* Define if you have the <termios.h> header file. */ +#undef HAVE_TERMIOS_H + +/* Define if you have the <unistd.h> header file. */ +#undef HAVE_UNISTD_H + +/* Define if you have the <utmpx.h> header file. */ +#undef HAVE_UTMPX_H + +/* Define if you have the crypt library (-lcrypt). */ +#undef HAVE_LIBCRYPT + +/* Define if you have the nsl library (-lnsl). */ +#undef HAVE_LIBNSL + +/* Define if you have the posix library (-lposix). */ +#undef HAVE_LIBPOSIX + +/* Define if you have the socket library (-lsocket). */ +#undef HAVE_LIBSOCKET |