Home | History | Annotate | Line # | Download | only in include
      1  1.2  christos #ifdef __cplusplus
      2  1.2  christos #error "Do not use C++.  See the INSTALL file."
      3  1.2  christos #endif
      4  1.2  christos 
      5  1.8  christos #define _OPENBSD_SOURCE
      6  1.1  christos #include <sys/types.h>
      7  1.1  christos 
      8  1.2  christos #define MAN_CONF_FILE "/etc/man.conf"
      9  1.8  christos #define MANPATH_BASE "/usr/share/man:/usr/X11R6/man"
     10  1.2  christos #define MANPATH_DEFAULT "/usr/share/man:/usr/X11R6/man:/usr/local/man"
     11  1.8  christos #define OSENUM MANDOC_OS_NETBSD
     12  1.3  christos #define UTF8_LOCALE "en_US.UTF-8"
     13  1.9       wiz 
     14  1.1  christos #define HAVE_DIRENT_NAMLEN 1
     15  1.8  christos #define HAVE_ENDIAN 1
     16  1.2  christos #define HAVE_ERR 1
     17  1.1  christos #define HAVE_FTS 1
     18  1.3  christos #define HAVE_FTS_COMPARE_CONST 0
     19  1.2  christos #define HAVE_GETLINE 1
     20  1.8  christos #define HAVE_GETSUBOPT 1
     21  1.2  christos #define HAVE_ISBLANK 1
     22  1.8  christos #define HAVE_LESS_T 1
     23  1.2  christos #define HAVE_MKDTEMP 1
     24  1.9       wiz #define HAVE_MKSTEMPS 1
     25  1.3  christos #define HAVE_NTOHL 1
     26  1.2  christos #define HAVE_PLEDGE 0
     27  1.2  christos #define HAVE_PROGNAME 1
     28  1.8  christos #define HAVE_REALLOCARRAY 1
     29  1.7  nakayama #define HAVE_RECALLOCARRAY 0
     30  1.2  christos #define HAVE_REWB_BSD 1
     31  1.9       wiz #define HAVE_REWB_SYSV 1
     32  1.2  christos #define HAVE_SANDBOX_INIT 0
     33  1.1  christos #define HAVE_STRCASESTR 1
     34  1.8  christos #define HAVE_STRINGLIST 1
     35  1.1  christos #define HAVE_STRLCAT 1
     36  1.1  christos #define HAVE_STRLCPY 1
     37  1.6  christos #define HAVE_STRNDUP 1
     38  1.1  christos #define HAVE_STRPTIME 1
     39  1.1  christos #define HAVE_STRSEP 1
     40  1.8  christos #define HAVE_STRTONUM 1
     41  1.3  christos #define HAVE_SYS_ENDIAN 1
     42  1.2  christos #define HAVE_VASPRINTF 1
     43  1.5  nakayama #define HAVE_WCHAR 1
     44  1.1  christos #define HAVE_OHASH 0
     45  1.9       wiz #define NEED_XPG4_2 0
     46  1.1  christos 
     47  1.1  christos #define BINM_APROPOS "apropos"
     48  1.3  christos #define BINM_CATMAN "catman"
     49  1.2  christos #define BINM_MAKEWHATIS "makewhatis"
     50  1.1  christos #define BINM_MAN "man"
     51  1.2  christos #define BINM_SOELIM "soelim"
     52  1.1  christos #define BINM_WHATIS "whatis"
     53  1.9       wiz #define BINM_PAGER "less"
     54  1.1  christos 
     55  1.7  nakayama extern	void	 *recallocarray(void *, size_t, size_t, size_t);
     56