[BACK]Return to config.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / vim

Annotation of src/usr.bin/vim/config.h, Revision 1.1.1.1

1.1       downsj      1: /*     $OpenBSD$       */
                      2: /* config.h.  Generated automatically by configure.  */
                      3: /* config.h.in.  Generated automatically from configure.in by autoheader.  */
                      4:
                      5: /* Define unless no X support found */
                      6: /* #undef HAVE_X11 */
                      7:
                      8: /* Define when curses library found */
                      9: /* #undef HAVE_LIBCURSES */
                     10:
                     11: /* Define when termcap library found */
                     12: /* #undef HAVE_LIBTERMCAP */
                     13:
                     14: /* Define when termlib library found */
                     15: #define HAVE_LIBTERMLIB 1
                     16:
                     17: /* Define when ncurses library found */
                     18: /* #undef HAVE_LIBNCURSES */
                     19:
                     20: /* Define when terminfo support found */
                     21: #define TERMINFO 1
                     22:
                     23: /* Define when termcap.h contains ospeed */
                     24: /* #undef HAVE_OSPEED */
                     25:
                     26: /* Define when ospeed can be extern */
                     27: #define OSPEED_EXTERN 1
                     28:
                     29: /* Define when termcap.h contains UP, BC and PC */
                     30: /* #undef HAVE_UP_BC_PC */
                     31:
                     32: /* Define when UP, BC and PC can be extern */
                     33: #define UP_BC_PC_EXTERN 1
                     34:
                     35: /* Define when termcap.h defines outfuntype */
                     36: /* #undef HAVE_OUTFUNTYPE */
                     37:
                     38: /* Define when __DATE__ " " __TIME__ can be used */
                     39: #define HAVE_DATE_TIME 1
                     40:
                     41: #define UNIX 1         /* define always by current configure script */
                     42: /* #undef SVR4 */              /* an elf-based system is SVR4. What is linux? */
                     43:
                     44: /* Defined to the size of an int */
                     45: #define SIZEOF_INT 4
                     46:
                     47: /*
                     48:  * If we cannot trust one of the following from the libraries, we use our
                     49:  * own safe but probably slower vim_memmove().
                     50:  */
                     51: /* #undef USEBCOPY */
                     52: #define USEMEMMOVE 1
                     53: /* #undef USEMEMCPY */
                     54:
                     55: /* Define to empty if the keyword does not work.  */
                     56: /* #undef const */
                     57:
                     58: /* Define to `int' if <sys/types.h> doesn't define.  */
                     59: /* #undef mode_t */
                     60:
                     61: /* Define to `long' if <sys/types.h> doesn't define.  */
                     62: /* #undef off_t */
                     63:
                     64: /* Define to `long' if <sys/types.h> doesn't define.  */
                     65: /* #undef pid_t */
                     66:
                     67: /* Define to `unsigned' if <sys/types.h> doesn't define.  */
                     68: /* #undef size_t */
                     69:
                     70: /* Define to `int' if <sys/types.h> doesn't define.  */
                     71: /* #undef uid_t */
                     72:
                     73: /* Define to `int' if <sys/types.h> doesn't define.  */
                     74: /* #undef gid_t */
                     75:
                     76: /* Define if you can safely include both <sys/time.h> and <time.h>.  */
                     77: #define TIME_WITH_SYS_TIME 1
                     78:
                     79: /* Define if you can safely include both <sys/time.h> and <sys/select.h>.  */
                     80: #define SYS_SELECT_WITH_SYS_TIME 1
                     81:
                     82: /* Define as the return type of signal handlers (int or void).  */
                     83: #define RETSIGTYPE void
                     84:
                     85: /* Define as the command at the end of signal handlers ("" or "return 0;").  */
                     86: #define SIGRETURN return
                     87:
                     88: /* Define if touuper/tolower only work on lower/upercase characters */
                     89: /* #undef BROKEN_TOUPPER */
                     90:
                     91: /* Define if tgetstr() has a second argument that is (char *) */
                     92: /* #undef TGETSTR_CHAR_P */
                     93:
                     94: /* Define if you have the sigset() function.  */
                     95: /* #undef HAVE_SIGSET */
                     96:
                     97: /* Define if the getcwd() function should not be used.  */
                     98: /* #undef BAD_GETCWD */
                     99:
                    100: /* Define if you have the getcwd() function.  */
                    101: #define HAVE_GETCWD 1
                    102:
                    103: /* Define if you have the getwd() function.  */
                    104: #define HAVE_GETWD 1
                    105:
                    106: /* Define if you have the select() function.  */
                    107: #define HAVE_SELECT 1
                    108:
                    109: /* Define if you have the strcspn() function.  */
                    110: #define HAVE_STRCSPN 1
                    111:
                    112: /* Define if you have the strtol() function.  */
                    113: #define HAVE_STRTOL 1
                    114:
                    115: /* Define if you have the killpg() function.  */
                    116: #define HAVE_KILLPG 1
                    117:
                    118: /* Define if you have the tgetent() function.  */
                    119: #define HAVE_TGETENT 1
                    120:
                    121: /* Define if you have the memset() function.  */
                    122: #define HAVE_MEMSET 1
                    123:
                    124: /* Define if you have the strerror() function.  */
                    125: #define HAVE_STRERROR 1
                    126:
                    127: /* Define if you have the fchown() function.  */
                    128: #define HAVE_FCHOWN 1
                    129:
                    130: /* Define if you have the rename() function. */
                    131: #define HAVE_RENAME 1
                    132:
                    133: /* Define if you have the fsync() function. */
                    134: #define HAVE_FSYNC 1
                    135:
                    136: /* Define if you have the fchdir() function. */
                    137: #define HAVE_FCHDIR 1
                    138:
                    139: /* Define if you have the setenv() function. */
                    140: #define HAVE_SETENV 1
                    141:
                    142: /* Define if you have the putenv() function. */
                    143: #define HAVE_PUTENV 1
                    144:
                    145: /* Define if you have the gettimeofday() function. */
                    146: #define HAVE_GETTIMEOFDAY 1
                    147:
                    148: /* Define if you have the getpwuid() function. */
                    149: #define HAVE_GETPWUID 1
                    150:
                    151: /* Define if you have the getpwnam() function. */
                    152: #define HAVE_GETPWNAM 1
                    153:
                    154: /* Define if you have the qsort() function. */
                    155: #define HAVE_QSORT 1
                    156:
                    157: /* Define if you have the <dirent.h> header file.  */
                    158: #define HAVE_DIRENT_H 1
                    159:
                    160: /* Define if you have the <sys/ndir.h> header file.  */
                    161: /* #undef HAVE_SYS_NDIR_H */
                    162:
                    163: /* Define if you have the <sys/dir.h> header file.  */
                    164: /* #undef HAVE_SYS_DIR_H */
                    165:
                    166: /* Define if you have the <ndir.h> header file.  */
                    167: /* #undef HAVE_NDIR_H */
                    168:
                    169: /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
                    170: #define HAVE_SYS_WAIT_H 1
                    171:
                    172: /* Define if you have a <sys/wait.h> that is not POSIX.1 compatible. */
                    173: /* #undef HAVE_UNION_WAIT */
                    174:
                    175: /* This is currently unused in vim: */
                    176: /* Define if you have the ANSI C header files. */
                    177: /* #undef STDC_HEADERS */
                    178:
                    179: /* instead, we check a few STDC things ourselves */
                    180: #define HAVE_STDLIB_H 1
                    181: #define HAVE_STRING_H 1
                    182:
                    183: /* Define if you have the <sys/select.h> header file.  */
                    184: #define HAVE_SYS_SELECT_H 1
                    185:
                    186: /* Define if you have the <sys/utsname.h> header file.  */
                    187: #define HAVE_SYS_UTSNAME_H 1
                    188:
                    189: /* Define if you have the <termcap.h> header file.  */
                    190: /* #undef HAVE_TERMCAP_H */
                    191:
                    192: /* Define if you have the <fcntl.h> header file.  */
                    193: #define HAVE_FCNTL_H 1
                    194:
                    195: /* Define if you have the <sgtty.h> header file.  */
                    196: #define HAVE_SGTTY_H 1
                    197:
                    198: /* Define if you have the <sys/ioctl.h> header file.  */
                    199: #define HAVE_SYS_IOCTL_H 1
                    200:
                    201: /* Define if you have the <sys/time.h> header file.  */
                    202: #define HAVE_SYS_TIME_H 1
                    203:
                    204: /* Define if you have the <termio.h> header file.  */
                    205: /* #undef HAVE_TERMIO_H */
                    206:
                    207: /* Define if you have the <unistd.h> header file.  */
                    208: #define HAVE_UNISTD_H 1
                    209:
                    210: /* Define if you have the <stropts.h> header file. */
                    211: /* #undef HAVE_STROPTS_H */
                    212:
                    213: /* Define if you have the <errno.h> header file. */
                    214: #define HAVE_ERRNO_H 1
                    215:
                    216: /* Define if you have the <strings.h> header file. */
                    217: #define HAVE_STRINGS_H 1
                    218:
                    219: /* Define if you have the <sys/systeminfo.h> header file. */
                    220: /* #undef HAVE_SYS_SYSTEMINFO_H */
                    221:
                    222: /* Define if you have the <locale.h> header file. */
                    223: #define HAVE_LOCALE_H 1
                    224:
                    225: /* Define if you have the <sys/stream.h> header file. */
                    226: /* #undef HAVE_SYS_STREAM_H */
                    227:
                    228: /* Define if you have the <sys/ptem.h> header file. */
                    229: /* #undef HAVE_SYS_PTEM_H */
                    230:
                    231: /* Define if you have the <termios.h> header file. */
                    232: #define HAVE_TERMIOS_H 1
                    233:
                    234: /* Define if you have the <libc.h> header file. */
                    235: /* #undef HAVE_LIBC_H */
                    236:
                    237: /* Define if you have the <sys/statfs.h> header file. */
                    238: /* #undef HAVE_SYS_STATFS_H */
                    239:
                    240: /* Define if you have the <sys/poll.h> header file. */
                    241: /* #undef HAVE_SYS_POLL_H */
                    242:
                    243: /* Define if you have the <pwd.h> header file. */
                    244: #define HAVE_PWD_H 1