Annotation of embedaddon/readline/config.h.in, revision 1.1
1.1 ! misho 1: /* config.h.in. Maintained by hand. */
! 2:
! 3: /* Define NO_MULTIBYTE_SUPPORT to not compile in support for multibyte
! 4: characters, even if the OS supports them. */
! 5: #undef NO_MULTIBYTE_SUPPORT
! 6:
! 7: #undef _FILE_OFFSET_BITS
! 8:
! 9: /* Define if on MINIX. */
! 10: #undef _MINIX
! 11:
! 12: /* Define as the return type of signal handlers (int or void). */
! 13: #undef RETSIGTYPE
! 14:
! 15: #undef VOID_SIGHANDLER
! 16:
! 17: /* Characteristics of the compiler. */
! 18: #undef sig_atomic_t
! 19:
! 20: #undef size_t
! 21:
! 22: #undef ssize_t
! 23:
! 24: #undef const
! 25:
! 26: #undef volatile
! 27:
! 28: #undef PROTOTYPES
! 29:
! 30: #undef __CHAR_UNSIGNED__
! 31:
! 32: /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
! 33: #undef STAT_MACROS_BROKEN
! 34:
! 35: /* Define if you have the fcntl function. */
! 36: #undef HAVE_FCNTL
! 37:
! 38: /* Define if you have the getpwent function. */
! 39: #undef HAVE_GETPWENT
! 40:
! 41: /* Define if you have the getpwnam function. */
! 42: #undef HAVE_GETPWNAM
! 43:
! 44: /* Define if you have the getpwuid function. */
! 45: #undef HAVE_GETPWUID
! 46:
! 47: /* Define if you have the isascii function. */
! 48: #undef HAVE_ISASCII
! 49:
! 50: /* Define if you have the iswctype function. */
! 51: #undef HAVE_ISWCTYPE
! 52:
! 53: /* Define if you have the iswlower function. */
! 54: #undef HAVE_ISWLOWER
! 55:
! 56: /* Define if you have the iswupper function. */
! 57: #undef HAVE_ISWUPPER
! 58:
! 59: /* Define if you have the isxdigit function. */
! 60: #undef HAVE_ISXDIGIT
! 61:
! 62: /* Define if you have the kill function. */
! 63: #undef HAVE_KILL
! 64:
! 65: /* Define if you have the lstat function. */
! 66: #undef HAVE_LSTAT
! 67:
! 68: /* Define if you have the mbrlen function. */
! 69: #undef HAVE_MBRLEN
! 70:
! 71: /* Define if you have the mbrtowc function. */
! 72: #undef HAVE_MBRTOWC
! 73:
! 74: /* Define if you have the mbsrtowcs function. */
! 75: #undef HAVE_MBSRTOWCS
! 76:
! 77: /* Define if you have the memmove function. */
! 78: #undef HAVE_MEMMOVE
! 79:
! 80: /* Define if you have the putenv function. */
! 81: #undef HAVE_PUTENV
! 82:
! 83: /* Define if you have the select function. */
! 84: #undef HAVE_SELECT
! 85:
! 86: /* Define if you have the setenv function. */
! 87: #undef HAVE_SETENV
! 88:
! 89: /* Define if you have the setlocale function. */
! 90: #undef HAVE_SETLOCALE
! 91:
! 92: /* Define if you have the strcasecmp function. */
! 93: #undef HAVE_STRCASECMP
! 94:
! 95: /* Define if you have the strcoll function. */
! 96: #undef HAVE_STRCOLL
! 97:
! 98: #undef STRCOLL_BROKEN
! 99:
! 100: /* Define if you have the strpbrk function. */
! 101: #undef HAVE_STRPBRK
! 102:
! 103: /* Define if you have the tcgetattr function. */
! 104: #undef HAVE_TCGETATTR
! 105:
! 106: /* Define if you have the towlower function. */
! 107: #undef HAVE_TOWLOWER
! 108:
! 109: /* Define if you have the towupper function. */
! 110: #undef HAVE_TOWUPPER
! 111:
! 112: /* Define if you have the vsnprintf function. */
! 113: #undef HAVE_VSNPRINTF
! 114:
! 115: /* Define if you have the wcrtomb function. */
! 116: #undef HAVE_WCRTOMB
! 117:
! 118: /* Define if you have the wcscoll function. */
! 119: #undef HAVE_WCSCOLL
! 120:
! 121: /* Define if you have the wctype function. */
! 122: #undef HAVE_WCTYPE
! 123:
! 124: /* Define if you have the wcwidth function. */
! 125: #undef HAVE_WCWIDTH
! 126:
! 127: /* and whether it works */
! 128: #undef WCWIDTH_BROKEN
! 129:
! 130: #undef STDC_HEADERS
! 131:
! 132: /* Define if you have the <dirent.h> header file. */
! 133: #undef HAVE_DIRENT_H
! 134:
! 135: /* Define if you have the <fcntl.h> header file. */
! 136: #undef HAVE_FCNTL_H
! 137:
! 138: /* Define if you have the <langinfo.h> header file. */
! 139: #undef HAVE_LANGINFO_H
! 140:
! 141: /* Define if you have the <limits.h> header file. */
! 142: #undef HAVE_LIMITS_H
! 143:
! 144: /* Define if you have the <locale.h> header file. */
! 145: #undef HAVE_LOCALE_H
! 146:
! 147: /* Define if you have the <memory.h> header file. */
! 148: #undef HAVE_MEMORY_H
! 149:
! 150: /* Define if you have the <ndir.h> header file. */
! 151: #undef HAVE_NDIR_H
! 152:
! 153: /* Define if you have the <pwd.h> header file. */
! 154: #undef HAVE_PWD_H
! 155:
! 156: /* Define if you have the <stdarg.h> header file. */
! 157: #undef HAVE_STDARG_H
! 158:
! 159: /* Define if you have the <stdbool.h> header file. */
! 160: #undef HAVE_STDBOOL_H
! 161:
! 162: /* Define if you have the <stdlib.h> header file. */
! 163: #undef HAVE_STDLIB_H
! 164:
! 165: /* Define if you have the <string.h> header file. */
! 166: #undef HAVE_STRING_H
! 167:
! 168: /* Define if you have the <strings.h> header file. */
! 169: #undef HAVE_STRINGS_H
! 170:
! 171: /* Define if you have the <sys/dir.h> header file. */
! 172: #undef HAVE_SYS_DIR_H
! 173:
! 174: /* Define if you have the <sys/file.h> header file. */
! 175: #undef HAVE_SYS_FILE_H
! 176:
! 177: /* Define if you have the <sys/ndir.h> header file. */
! 178: #undef HAVE_SYS_NDIR_H
! 179:
! 180: /* Define if you have the <sys/pte.h> header file. */
! 181: #undef HAVE_SYS_PTE_H
! 182:
! 183: /* Define if you have the <sys/ptem.h> header file. */
! 184: #undef HAVE_SYS_PTEM_H
! 185:
! 186: /* Define if you have the <sys/select.h> header file. */
! 187: #undef HAVE_SYS_SELECT_H
! 188:
! 189: /* Define if you have the <sys/stream.h> header file. */
! 190: #undef HAVE_SYS_STREAM_H
! 191:
! 192: /* Define if you have the <termcap.h> header file. */
! 193: #undef HAVE_TERMCAP_H
! 194:
! 195: /* Define if you have the <termio.h> header file. */
! 196: #undef HAVE_TERMIO_H
! 197:
! 198: /* Define if you have the <termios.h> header file. */
! 199: #undef HAVE_TERMIOS_H
! 200:
! 201: /* Define if you have the <unistd.h> header file. */
! 202: #undef HAVE_UNISTD_H
! 203:
! 204: /* Define if you have the <varargs.h> header file. */
! 205: #undef HAVE_VARARGS_H
! 206:
! 207: /* Define if you have the <wchar.h> header file. */
! 208: #undef HAVE_WCHAR_H
! 209:
! 210: /* Define if you have the <wctype.h> header file. */
! 211: #undef HAVE_WCTYPE_H
! 212:
! 213: #undef HAVE_MBSTATE_T
! 214:
! 215: /* Define if you have wchar_t in <wctype.h>. */
! 216: #undef HAVE_WCHAR_T
! 217:
! 218: /* Define if you have wctype_t in <wctype.h>. */
! 219: #undef HAVE_WCTYPE_T
! 220:
! 221: /* Define if you have wint_t in <wctype.h>. */
! 222: #undef HAVE_WINT_T
! 223:
! 224: /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
! 225: #undef HAVE_LANGINFO_CODESET
! 226:
! 227: /* Define if you have <linux/audit.h> and it defines AUDIT_USER_TTY */
! 228: #undef HAVE_DECL_AUDIT_USER_TTY
! 229:
! 230: /* Definitions pulled in from aclocal.m4. */
! 231: #undef VOID_SIGHANDLER
! 232:
! 233: #undef GWINSZ_IN_SYS_IOCTL
! 234:
! 235: #undef STRUCT_WINSIZE_IN_SYS_IOCTL
! 236:
! 237: #undef STRUCT_WINSIZE_IN_TERMIOS
! 238:
! 239: #undef TIOCSTAT_IN_SYS_IOCTL
! 240:
! 241: #undef FIONREAD_IN_SYS_IOCTL
! 242:
! 243: #undef SPEED_T_IN_SYS_TYPES
! 244:
! 245: #undef HAVE_GETPW_DECLS
! 246:
! 247: #undef STRUCT_DIRENT_HAS_D_INO
! 248:
! 249: #undef STRUCT_DIRENT_HAS_D_FILENO
! 250:
! 251: #undef HAVE_BSD_SIGNALS
! 252:
! 253: #undef HAVE_POSIX_SIGNALS
! 254:
! 255: #undef HAVE_USG_SIGHOLD
! 256:
! 257: #undef MUST_REINSTALL_SIGHANDLERS
! 258:
! 259: #undef HAVE_POSIX_SIGSETJMP
! 260:
! 261: #undef CTYPE_NON_ASCII
! 262:
! 263: /* modify settings or make new ones based on what autoconf tells us. */
! 264:
! 265: /* Ultrix botches type-ahead when switching from canonical to
! 266: non-canonical mode, at least through version 4.3 */
! 267: #if !defined (HAVE_TERMIOS_H) || !defined (HAVE_TCGETATTR) || defined (ultrix)
! 268: # define TERMIOS_MISSING
! 269: #endif
! 270:
! 271: /* VARARGS defines moved to rlstdc.h */
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>