diff options
Diffstat (limited to 'usr.bin/vi/build/config.h')
-rw-r--r-- | usr.bin/vi/build/config.h | 138 |
1 files changed, 138 insertions, 0 deletions
diff --git a/usr.bin/vi/build/config.h b/usr.bin/vi/build/config.h new file mode 100644 index 00000000000..b4d53fa0278 --- /dev/null +++ b/usr.bin/vi/build/config.h @@ -0,0 +1,138 @@ +/* config.h. Generated automatically by configure. */ +/* config.h.in. Generated automatically from configure.in by autoheader. */ + +/* Define to empty if the keyword does not work. */ +/* #undef const */ + +/* Define if you don't have vprintf but do have _doprnt. */ +/* #undef HAVE_DOPRNT */ + +/* Define if you have a working `mmap' system call. */ +/* #define HAVE_MMAP 1 */ + +/* Define if your struct stat has st_blksize. */ +#define HAVE_ST_BLKSIZE 1 + +/* Define if you have <vfork.h>. */ +/* #undef HAVE_VFORK_H */ + +/* Define if you have the vprintf function. */ +#define HAVE_VPRINTF 1 + +/* Define to `int' if <sys/types.h> doesn't define. */ +/* #undef mode_t */ + +/* Define to `long' if <sys/types.h> doesn't define. */ +/* #undef off_t */ + +/* Define to `int' if <sys/types.h> doesn't define. */ +/* #undef pid_t */ + +/* Define to `unsigned' if <sys/types.h> doesn't define. */ +/* #undef size_t */ + +/* Define if you have the ANSI C header files. */ +#define STDC_HEADERS 1 + +/* Define if your <sys/time.h> declares struct tm. */ +/* #undef TM_IN_SYS_TIME */ + +/* Define vfork as fork if vfork does not work. */ +/* #undef vfork */ + +/* Define if your processor stores words with the most significant + byte first (like Motorola and SPARC, unlike Intel and VAX). */ +#define WORDS_BIGENDIAN 1 + +/* Define to `int' if <sys/types.h> doesn't define. */ +/* #undef ssize_t */ + +/* Define if you want a debugging version. */ +/* #undef DEBUG */ + +/* Define if you have a System V-style (broken) gettimeofday. */ +/* #undef HAVE_BROKEN_GETTIMEOFDAY */ + +/* Define if you have a Ultrix-style (broken) vdisable. */ +/* #undef HAVE_BROKEN_VDISABLE */ + +/* Define if you have a BSD version of curses. */ +#define HAVE_BSD_CURSES 1 + +/* Define if you have the curses(3) addnstr function. */ +#define HAVE_CURSES_ADDNSTR 1 + +/* Define if you have the curses(3) beep function. */ +/* #undef HAVE_CURSES_BEEP */ + +/* Define if you have the curses(3) flash function. */ +/* #undef HAVE_CURSES_FLASH */ + +/* Define if you have the curses(3) idlok function. */ +#define HAVE_CURSES_IDLOK 1 + +/* Define if you have the curses(3) keypad function. */ +/* #undef HAVE_CURSES_KEYPAD */ + +/* Define if you have the curses(3) newterm function. */ +/* #undef HAVE_CURSES_NEWTERM */ + +/* Define if you have the curses(3) setupterm function. */ +/* #undef HAVE_CURSES_SETUPTERM */ + +/* Define if you have the curses(3) tigetstr/tigetnum functions. */ +/* #undef HAVE_CURSES_TIGETSTR */ + +/* Define if you have the chsize(2) system call. */ +/* #undef HAVE_FTRUNCATE_CHSIZE */ + +/* Define if you have the ftruncate(2) system call. */ +#define HAVE_FTRUNCATE_FTRUNCATE 1 + +/* Define if you have fcntl(2) style locking. */ +/* #undef HAVE_LOCK_FCNTL */ + +/* Define if you have flock(2) style locking. */ +#define HAVE_LOCK_FLOCK 1 + +/* Define if you want to compile in the Perl interpreter. */ +/* #undef HAVE_PERL_INTERP */ + +/* Define if your Perl is at least 5.002_01. */ +/* #undef HAVE_PERL_5_002_01 */ + +/* Define if you have the Berkeley style revoke(2) system call. */ +#define HAVE_REVOKE 1 + +/* Define if you have <sys/mman.h> */ +#define HAVE_SYS_MMAN_H 1 + +/* Define if you have <sys/select.h> */ +#define HAVE_SYS_SELECT_H 1 + +/* Define if you have the System V style pty calls. */ +/* #undef HAVE_SYS5_PTY */ + +/* Define if you want to compile in the Tcl interpreter. */ +/* #undef HAVE_TCL_INTERP */ + +/* Define if your sprintf returns a pointer, not a length. */ +/* #undef SPRINTF_RET_CHARPNT */ + +/* Define if you have the getpagesize function. */ +#define HAVE_GETPAGESIZE 1 + +/* Define if you have the select function. */ +#define HAVE_SELECT 1 + +/* Define if you have the setenv function. */ +#define HAVE_SETENV 1 + +/* Define if you have the strsep function. */ +#define HAVE_STRSEP 1 + +/* Define if you have the unsetenv function. */ +#define HAVE_UNSETENV 1 + +/* Define if you have the valloc function. */ +#define HAVE_VALLOC 1 |