xref: /netbsd/external/bsd/nvi/usr.bin/nvi/config.h (revision 92354aad)
13081bb75Schristos /* config.h.  Generated from config.h.in by configure.  */
23081bb75Schristos /* config.h.in.  Generated from configure.ac by autoheader.  */
33081bb75Schristos 
43081bb75Schristos /* Define if building universal (internal helper macro) */
53081bb75Schristos /* #undef AC_APPLE_UNIVERSAL_BUILD */
63081bb75Schristos 
73081bb75Schristos /* Define if you want a debugging version. */
83081bb75Schristos /* #undef DEBUG */
93081bb75Schristos 
103081bb75Schristos /* Define if you have a System V-style (broken) gettimeofday. */
113081bb75Schristos /* #undef HAVE_BROKEN_GETTIMEOFDAY */
123081bb75Schristos 
133081bb75Schristos /* Define if you have a Ultrix-style (broken) vdisable. */
143081bb75Schristos /* #undef HAVE_BROKEN_VDISABLE */
153081bb75Schristos 
163081bb75Schristos /* Define if you have a BSD version of curses. */
173081bb75Schristos /* #undef HAVE_BSD_CURSES */
183081bb75Schristos 
193081bb75Schristos /* Define to 1 if you have the `bsearch' function. */
203081bb75Schristos #define HAVE_BSEARCH 1
213081bb75Schristos 
223081bb75Schristos /* Define if you have the curses(3) beep function. */
233081bb75Schristos #define HAVE_CURSES_BEEP 1
243081bb75Schristos 
253081bb75Schristos /* Define if you have the curses(3) flash function. */
263081bb75Schristos #define HAVE_CURSES_FLASH 1
273081bb75Schristos 
283081bb75Schristos /* Define if you have the curses(3) idlok function. */
293081bb75Schristos #define HAVE_CURSES_IDLOK 1
303081bb75Schristos 
313081bb75Schristos /* Define if you have the curses(3) keypad function. */
323081bb75Schristos #define HAVE_CURSES_KEYPAD 1
333081bb75Schristos 
343081bb75Schristos /* Define if you have the curses(3) newterm function. */
353081bb75Schristos #define HAVE_CURSES_NEWTERM 1
363081bb75Schristos 
373081bb75Schristos /* Define if you have the curses(3) setupterm function. */
383081bb75Schristos #define HAVE_CURSES_SETUPTERM 1
393081bb75Schristos 
403081bb75Schristos /* Define if you have the curses(3) tigetstr/tigetnum functions. */
413081bb75Schristos #define HAVE_CURSES_TIGETSTR 1
423081bb75Schristos 
433081bb75Schristos /* Define if you have the curses(3) waddnstr function. */
443081bb75Schristos #define HAVE_CURSES_WADDNSTR 1
453081bb75Schristos 
463081bb75Schristos /* Define to 1 if you have the <dlfcn.h> header file. */
473081bb75Schristos #define HAVE_DLFCN_H 1
483081bb75Schristos 
493081bb75Schristos /* Define to 1 if you have the `fork' function. */
503081bb75Schristos #define HAVE_FORK 1
513081bb75Schristos 
523081bb75Schristos /* Define if you have the chsize(2) system call. */
533081bb75Schristos /* #undef HAVE_FTRUNCATE_CHSIZE */
543081bb75Schristos 
553081bb75Schristos /* Define if you have the ftruncate(2) system call. */
563081bb75Schristos #define HAVE_FTRUNCATE_FTRUNCATE 1
573081bb75Schristos 
583081bb75Schristos /* Define if you have gcc. */
593081bb75Schristos #define HAVE_GCC 1
603081bb75Schristos 
613081bb75Schristos /* Define to 1 if you have the `gethostname' function. */
623081bb75Schristos #define HAVE_GETHOSTNAME 1
633081bb75Schristos 
643081bb75Schristos /* Define to 1 if you have the `getpagesize' function. */
653081bb75Schristos #define HAVE_GETPAGESIZE 1
663081bb75Schristos 
673081bb75Schristos /* Define to 1 if you have the <inttypes.h> header file. */
683081bb75Schristos #define HAVE_INTTYPES_H 1
693081bb75Schristos 
703081bb75Schristos /* Define to 1 if you have the `iswblank' function. */
713081bb75Schristos #define HAVE_ISWBLANK 1
723081bb75Schristos 
733081bb75Schristos /* Define if you have fcntl(2) style locking. */
743081bb75Schristos /* #undef HAVE_LOCK_FCNTL */
753081bb75Schristos 
763081bb75Schristos /* Define if you have flock(2) style locking. */
773081bb75Schristos #define HAVE_LOCK_FLOCK 1
783081bb75Schristos 
793081bb75Schristos /* Define to 1 if you have the `memchr' function. */
803081bb75Schristos #define HAVE_MEMCHR 1
813081bb75Schristos 
82*921ad79cSchristos /* Define to 1 if you have the `memcpy' function. */
83*921ad79cSchristos #define HAVE_MEMCPY 1
84*921ad79cSchristos 
853081bb75Schristos /* Define to 1 if you have the <memory.h> header file. */
863081bb75Schristos #define HAVE_MEMORY_H 1
873081bb75Schristos 
883081bb75Schristos /* Define to 1 if you have the `memset' function. */
893081bb75Schristos #define HAVE_MEMSET 1
903081bb75Schristos 
913081bb75Schristos /* Define to 1 if you have the `mkstemp' function. */
923081bb75Schristos #define HAVE_MKSTEMP 1
933081bb75Schristos 
943081bb75Schristos /* Define to 1 if you have a working `mmap' system call. */
953081bb75Schristos #define HAVE_MMAP 1
963081bb75Schristos 
973081bb75Schristos /* Define to 1 if you have the <ncursesw/ncurses.h> header file. */
983081bb75Schristos /* #undef HAVE_NCURSESW_NCURSES_H */
993081bb75Schristos 
1003081bb75Schristos /* Define to 1 if you have the <ncurses.h> header file. */
1013081bb75Schristos /* #undef HAVE_NCURSES_H */
1023081bb75Schristos 
1033081bb75Schristos /* Define is appropriate pango is available. */
1043081bb75Schristos /* #undef HAVE_PANGO */
1053081bb75Schristos 
1063081bb75Schristos /* Define if you want to compile in the Perl interpreter. */
1073081bb75Schristos /* #undef HAVE_PERL_INTERP */
1083081bb75Schristos 
1093081bb75Schristos /* Define if using pthread. */
1103081bb75Schristos /* #undef HAVE_PTHREAD */
1113081bb75Schristos 
1123081bb75Schristos /* Define if you have the Berkeley style revoke(2) system call. */
1133081bb75Schristos #define HAVE_REVOKE 1
1143081bb75Schristos 
1153081bb75Schristos /* Define to 1 if you have the `select' function. */
1163081bb75Schristos #define HAVE_SELECT 1
1173081bb75Schristos 
1183081bb75Schristos /* Define to 1 if you have the `setenv' function. */
1193081bb75Schristos #define HAVE_SETENV 1
1203081bb75Schristos 
1213081bb75Schristos /* Define to 1 if you have the `snprintf' function. */
1223081bb75Schristos #define HAVE_SNPRINTF 1
1233081bb75Schristos 
1243081bb75Schristos /* Define to 1 if you have the <stdint.h> header file. */
1253081bb75Schristos #define HAVE_STDINT_H 1
1263081bb75Schristos 
1273081bb75Schristos /* Define to 1 if you have the <stdlib.h> header file. */
1283081bb75Schristos #define HAVE_STDLIB_H 1
1293081bb75Schristos 
1303081bb75Schristos /* Define to 1 if you have the `strdup' function. */
1313081bb75Schristos #define HAVE_STRDUP 1
1323081bb75Schristos 
1333081bb75Schristos /* Define to 1 if you have the <strings.h> header file. */
1343081bb75Schristos #define HAVE_STRINGS_H 1
1353081bb75Schristos 
1363081bb75Schristos /* Define to 1 if you have the <string.h> header file. */
1373081bb75Schristos #define HAVE_STRING_H 1
1383081bb75Schristos 
1393081bb75Schristos /* Define to 1 if you have the `strpbrk' function. */
1403081bb75Schristos #define HAVE_STRPBRK 1
1413081bb75Schristos 
1423081bb75Schristos /* Define to 1 if you have the `strsep' function. */
1433081bb75Schristos #define HAVE_STRSEP 1
1443081bb75Schristos 
1453081bb75Schristos /* Define to 1 if `st_blksize' is a member of `struct stat'. */
1463081bb75Schristos #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
1473081bb75Schristos 
1483081bb75Schristos /* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use
1493081bb75Schristos    `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */
1503081bb75Schristos #define HAVE_ST_BLKSIZE 1
1513081bb75Schristos 
1523081bb75Schristos /* Define if you have the System V style pty calls. */
1533081bb75Schristos /* #undef HAVE_SYS5_PTY */
1543081bb75Schristos 
1553081bb75Schristos /* Define if you have <sys/mman.h> */
1563081bb75Schristos #define HAVE_SYS_MMAN_H 1
1573081bb75Schristos 
1583081bb75Schristos /* Define to 1 if you have the <sys/param.h> header file. */
1593081bb75Schristos #define HAVE_SYS_PARAM_H 1
1603081bb75Schristos 
1613081bb75Schristos /* Define if you have <sys/select.h */
1623081bb75Schristos #define HAVE_SYS_SELECT_H 1
1633081bb75Schristos 
1643081bb75Schristos /* Define to 1 if you have the <sys/stat.h> header file. */
1653081bb75Schristos #define HAVE_SYS_STAT_H 1
1663081bb75Schristos 
1673081bb75Schristos /* Define to 1 if you have the <sys/types.h> header file. */
1683081bb75Schristos #define HAVE_SYS_TYPES_H 1
1693081bb75Schristos 
1703081bb75Schristos /* Define if you want to compile in the Tcl interpreter. */
1713081bb75Schristos /* #undef HAVE_TCL_INTERP */
1723081bb75Schristos 
1733081bb75Schristos /* Define to 1 if you have the <unistd.h> header file. */
1743081bb75Schristos #define HAVE_UNISTD_H 1
1753081bb75Schristos 
1763081bb75Schristos /* Define to 1 if you have the `unsetenv' function. */
1773081bb75Schristos #define HAVE_UNSETENV 1
1783081bb75Schristos 
1793081bb75Schristos /* Define to 1 if you have the `vfork' function. */
1803081bb75Schristos #define HAVE_VFORK 1
1813081bb75Schristos 
1823081bb75Schristos /* Define to 1 if you have the <vfork.h> header file. */
1833081bb75Schristos /* #undef HAVE_VFORK_H */
1843081bb75Schristos 
1853081bb75Schristos /* Define to 1 if you have the `vsnprintf' function. */
1863081bb75Schristos #define HAVE_VSNPRINTF 1
1873081bb75Schristos 
1883081bb75Schristos /* Define to 1 if `fork' works. */
1893081bb75Schristos #define HAVE_WORKING_FORK 1
1903081bb75Schristos 
1913081bb75Schristos /* Define to 1 if `vfork' works. */
1923081bb75Schristos #define HAVE_WORKING_VFORK 1
1933081bb75Schristos 
1943081bb75Schristos /* Define is appropriate zvt is available. */
1953081bb75Schristos /* #undef HAVE_ZVT */
1963081bb75Schristos 
1973081bb75Schristos /* Define to the sub-directory in which libtool stores uninstalled libraries.
1983081bb75Schristos    */
1993081bb75Schristos #define LT_OBJDIR ".libs/"
2003081bb75Schristos 
2013081bb75Schristos /* Define when fprintf prototype not in an obvious place. */
2023081bb75Schristos /* #undef NEED_FPRINTF_PROTO */
2033081bb75Schristos 
2043081bb75Schristos /* Name of package */
2053081bb75Schristos #define PACKAGE "vi"
2063081bb75Schristos 
2073081bb75Schristos /* Define to the address where bug reports for this package should be sent. */
2083081bb75Schristos #define PACKAGE_BUGREPORT ""
2093081bb75Schristos 
2103081bb75Schristos /* Define to the full name of this package. */
2113081bb75Schristos #define PACKAGE_NAME "vi"
2123081bb75Schristos 
2133081bb75Schristos /* Define to the full name and version of this package. */
2143081bb75Schristos #define PACKAGE_STRING "vi 1.81.6"
2153081bb75Schristos 
2163081bb75Schristos /* Define to the one symbol short name of this package. */
2173081bb75Schristos #define PACKAGE_TARNAME "vi"
2183081bb75Schristos 
2193081bb75Schristos /* Define to the home page for this package. */
2203081bb75Schristos #define PACKAGE_URL ""
2213081bb75Schristos 
2223081bb75Schristos /* Define to the version of this package. */
2233081bb75Schristos #define PACKAGE_VERSION "1.81.6"
2243081bb75Schristos 
2253081bb75Schristos /* Define if your sprintf returns a pointer, not a length. */
2263081bb75Schristos /* #undef SPRINTF_RET_CHARPNT */
2273081bb75Schristos 
2283081bb75Schristos /* Define to 1 if you have the ANSI C header files. */
2293081bb75Schristos #define STDC_HEADERS 1
2303081bb75Schristos 
2313081bb75Schristos /* Define to 1 if your <sys/time.h> declares `struct tm'. */
2323081bb75Schristos /* #undef TM_IN_SYS_TIME */
2333081bb75Schristos 
2343081bb75Schristos /* Define when using db4 logging. */
2353081bb75Schristos /* #undef USE_DB4_LOGGING */
2363081bb75Schristos 
2373081bb75Schristos /* Define when dynamically loading DB 3. */
2383081bb75Schristos /* #undef USE_DYNAMIC_LOADING */
2393081bb75Schristos 
2403081bb75Schristos /* Define when iconv can be used. */
2413081bb75Schristos #define USE_ICONV 1
2423081bb75Schristos 
2433081bb75Schristos /* Define when perl's setenv should be used. */
2443081bb75Schristos /* #undef USE_PERL_SETENV */
2453081bb75Schristos 
2463081bb75Schristos /* Define when using wide characters. */
2473081bb75Schristos /* #undef USE_WIDECHAR */
2483081bb75Schristos 
2493081bb75Schristos /* Version number of package */
2503081bb75Schristos #define VERSION "1.81.6"
2513081bb75Schristos 
2523081bb75Schristos /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
2533081bb75Schristos    significant byte first (like Motorola and SPARC, unlike Intel). */
2543081bb75Schristos #if defined AC_APPLE_UNIVERSAL_BUILD
2553081bb75Schristos # if defined __BIG_ENDIAN__
2563081bb75Schristos #  define WORDS_BIGENDIAN 1
2573081bb75Schristos # endif
2583081bb75Schristos #else
2593081bb75Schristos # ifndef WORDS_BIGENDIAN
2603081bb75Schristos /* #  undef WORDS_BIGENDIAN */
2613081bb75Schristos # endif
2623081bb75Schristos #endif
2633081bb75Schristos 
2643081bb75Schristos /* Define to empty if `const' does not conform to ANSI C. */
2653081bb75Schristos /* #undef const */
2663081bb75Schristos 
2673081bb75Schristos /* Define to `int' if <sys/types.h> does not define. */
2683081bb75Schristos /* #undef mode_t */
2693081bb75Schristos 
2703081bb75Schristos /* Define to `long int' if <sys/types.h> does not define. */
2713081bb75Schristos /* #undef off_t */
2723081bb75Schristos 
2733081bb75Schristos /* Define to `int' if <sys/types.h> does not define. */
2743081bb75Schristos /* #undef pid_t */
2753081bb75Schristos 
2763081bb75Schristos /* Define to `unsigned int' if <sys/types.h> does not define. */
2773081bb75Schristos /* #undef size_t */
2783081bb75Schristos 
2793081bb75Schristos /* Define to `int' if <sys/types.h> does not define. */
2803081bb75Schristos /* #undef ssize_t */
2813081bb75Schristos 
2823081bb75Schristos /* Define as `fork' if `vfork' does not work. */
2833081bb75Schristos /* #undef vfork */
284