--- src/gnu/usr.bin/groff/src/include/config.h 2004/02/09 20:12:05 1.5 +++ src/gnu/usr.bin/groff/src/include/config.h 2005/09/01 20:47:13 1.6 @@ -1,9 +1,4 @@ -/* - * $FreeBSD: src/gnu/usr.bin/groff/src/include/config.h,v 1.2.4.2 2003/06/26 13:13:54 ru Exp $ - * $DragonFly$ - */ - -#include +/* $DragonFly$ */ /* src/include/config.h. Generated by configure. */ /* src/include/config.hin. Generated from configure.ac by autoheader. */ @@ -20,6 +15,13 @@ /* Define if you have a C++ . */ #define HAVE_CC_STDINT_H 1 +/* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you + don't. */ +#define HAVE_DECL_SYS_SIGLIST 0 + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_DIRECT_H */ + /* Define to 1 if you have the header file. */ #define HAVE_DIRENT_H 1 @@ -41,6 +43,9 @@ /* Define to 1 if you have the `isatty' function. */ #define HAVE_ISATTY 1 +/* Define to 1 if you have the `kill' function. */ +#define HAVE_KILL 1 + /* Define to 1 if you have the header file. */ #define HAVE_LIMITS_H 1 @@ -56,6 +61,9 @@ /* Define to 1 if you have a working `mmap' system call. */ #define HAVE_MMAP 1 +/* Define to 1 if you have the header file. */ +/* #undef HAVE_PROCESS_H */ + /* Define to 1 if you have the `putenv' function. */ #define HAVE_PUTENV 1 @@ -69,10 +77,7 @@ #define HAVE_SNPRINTF 1 /* Define to 1 if you have the header file. */ -/* don't try to use stdint.h when bootstrapping tools from freebsd */ -#ifdef __DragonFly__ #define HAVE_STDINT_H 1 -#endif /* Define to 1 if you have the header file. */ #define HAVE_STDLIB_H 1 @@ -99,15 +104,15 @@ #define HAVE_STRTOL 1 /* Define if defines struct exception. */ -#define HAVE_STRUCT_EXCEPTION 1 +/* #undef HAVE_STRUCT_EXCEPTION */ /* Define to 1 if you have the header file. */ #define HAVE_SYS_DIR_H 1 -/* Define if you have sys_errlist in or in . */ +/* Define if you have sys_errlist in , , or . */ #define HAVE_SYS_ERRLIST 1 -/* Define if you have sysnerr in or . */ +/* Define if you have sys_nerr in , , or . */ #define HAVE_SYS_NERR 1 /* Define to 1 if you have the header file. */ @@ -122,6 +127,9 @@ /* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H 1 +/* Define to 1 if you have the `vsnprintf' function. */ +#define HAVE_VSNPRINTF 1 + /* Define if the host's encoding is EBCDIC. */ /* #undef IS_EBCDIC_HOST */ @@ -158,6 +166,12 @@ /* Define if your C++ doesn't declare strncasecmp(). */ /* #undef NEED_DECLARATION_STRNCASECMP */ +/* Define if your C++ doesn't declare vfprintf(). */ +/* #undef NEED_DECLARATION_VFPRINTF */ + +/* Define if your C++ doesn't declare vsnprintf(). */ +/* #undef NEED_DECLARATION_VSNPRINTF */ + /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT "" @@ -174,7 +188,7 @@ #define PACKAGE_VERSION "" /* Define if the printer's page size is A4. */ -#define PAGEA4 1 +/* #undef PAGEA4 */ /* Define as the return type of signal handlers (`int' or `void'). */ #define RETSIGTYPE void @@ -185,9 +199,6 @@ /* Define to 1 if you have the ANSI C header files. */ #define STDC_HEADERS 1 -/* Define to 1 if `sys_siglist' is declared by or . */ -#define SYS_SIGLIST_DECLARED 1 - /* Define if your C++ compiler uses a traditional (Reiser) preprocessor. */ /* #undef TRADITIONAL_CPP */ @@ -203,4 +214,4 @@ /* Define uintmax_t to `unsigned long' or `unsigned long long' if does not exist. */ -/* #define uintmax_t unsigned long long */ +/* #undef uintmax_t */