1/* config.h.in. Generated automatically from configure.in by autoheader. */ 2 3/* Define if on MINIX. */ 4#undef _MINIX 5 6/* Define as the return type of signal handlers (int or void). */ 7#undef RETSIGTYPE 8 9/* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */ 10#undef STAT_MACROS_BROKEN 11 12#undef VOID_SIGHANDLER 13 14/* Define if you have the lstat function. */ 15#undef HAVE_LSTAT 16 17/* Define if you have the memmove function. */ 18#undef HAVE_MEMMOVE 19 20/* Define if you have the putenv function. */ 21#undef HAVE_PUTENV 22 23/* Define if you have the select function. */ 24#undef HAVE_SELECT 25 26/* Define if you have the setenv function. */ 27#undef HAVE_SETENV 28 29/* Define if you have the strcasecmp function. */ 30#undef HAVE_STRCASECMP 31 32/* Define if you have the setlocale function. */ 33#undef HAVE_SETLOCALE 34 35/* Define if you have the tcgetattr function. */ 36#undef HAVE_TCGETATTR 37 38/* Define if you have the strcoll function. */ 39#undef HAVE_STRCOLL 40 41#undef STRCOLL_BROKEN 42 43/* Define if you have the <dirent.h> header file. */ 44#undef HAVE_DIRENT_H 45 46/* Define if you have the <ndir.h> header file. */ 47#undef HAVE_NDIR_H 48 49/* Define if you have the <stdlib.h> header file. */ 50#undef HAVE_STDLIB_H 51 52/* Define if you have the <string.h> header file. */ 53#undef HAVE_STRING_H 54 55/* Define if you have the <sys/dir.h> header file. */ 56#undef HAVE_SYS_DIR_H 57 58/* Define if you have the <sys/file.h> header file. */ 59#undef HAVE_SYS_FILE_H 60 61/* Define if you have the <sys/ndir.h> header file. */ 62#undef HAVE_SYS_NDIR_H 63 64/* Define if you have the <sys/pte.h> header file. */ 65#undef HAVE_SYS_PTE_H 66 67/* Define if you have the <sys/ptem.h> header file. */ 68#undef HAVE_SYS_PTEM_H 69 70/* Define if you have the <sys/select.h> header file. */ 71#undef HAVE_SYS_SELECT_H 72 73/* Define if you have the <sys/stream.h> header file. */ 74#undef HAVE_SYS_STREAM_H 75 76/* Define if you have the <termcap.h> header file. */ 77#undef HAVE_TERMCAP_H 78 79/* Define if you have the <termio.h> header file. */ 80#undef HAVE_TERMIO_H 81 82/* Define if you have the <termios.h> header file. */ 83#undef HAVE_TERMIOS_H 84 85/* Define if you have the <unistd.h> header file. */ 86#undef HAVE_UNISTD_H 87 88/* Define if you have the <varargs.h> header file. */ 89#undef HAVE_VARARGS_H 90 91/* Define if you have the <stdarg.h> header file. */ 92#undef HAVE_STDARG_H 93 94#undef HAVE_LOCALE_H 95 96/* Definitions pulled in from aclocal.m4. */ 97#undef VOID_SIGHANDLER 98 99#undef GWINSZ_IN_SYS_IOCTL 100 101#undef STRUCT_WINSIZE_IN_SYS_IOCTL 102 103#undef STRUCT_WINSIZE_IN_TERMIOS 104 105#undef TIOCSTAT_IN_SYS_IOCTL 106 107#undef FIONREAD_IN_SYS_IOCTL 108 109#undef SPEED_T_IN_SYS_TYPES 110 111#undef HAVE_GETPW_DECLS 112 113#undef STRUCT_DIRENT_HAS_D_INO 114 115#undef STRUCT_DIRENT_HAS_D_FILENO 116 117#undef HAVE_BSD_SIGNALS 118 119#undef HAVE_POSIX_SIGNALS 120 121#undef HAVE_USG_SIGHOLD 122 123#undef MUST_REINSTALL_SIGHANDLERS 124 125#undef HAVE_POSIX_SIGSETJMP 126 127/* config.h.bot */ 128/* modify settings or make new ones based on what autoconf tells us. */ 129 130/* Ultrix botches type-ahead when switching from canonical to 131 non-canonical mode, at least through version 4.3 */ 132#if !defined (HAVE_TERMIOS_H) || !defined (HAVE_TCGETATTR) || defined (ultrix) 133# define TERMIOS_MISSING 134#endif 135 136#if defined (STRCOLL_BROKEN) 137# undef HAVE_STRCOLL 138#endif 139 140#if defined (__STDC__) && defined (HAVE_STDARG_H) 141# define PREFER_STDARG 142# define USE_VARARGS 143#else 144# if defined (HAVE_VARARGS_H) 145# define PREFER_VARARGS 146# define USE_VARARGS 147# endif 148#endif 149