diff options
| author | wiz <wiz@NetBSD.org> | 2003-06-30 18:40:50 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2003-06-30 18:40:50 +0000 |
| commit | bf7bd150bbfa358634a702be2293a7244d6459a3 (patch) | |
| tree | b088816c60913f9f00024d65d26d9beddef45b4a /gnu/usr.bin/groff/src/include | |
| parent | 97a4aa1713e7d35aa2bd636515f58e295d2c2b17 (diff) | |
Make groff-1.19 build on NetBSD.
Diffstat (limited to 'gnu/usr.bin/groff/src/include')
| -rw-r--r-- | gnu/usr.bin/groff/src/include/config.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gnu/usr.bin/groff/src/include/config.h b/gnu/usr.bin/groff/src/include/config.h index 2de2cb74a99..aa5a839c895 100644 --- a/gnu/usr.bin/groff/src/include/config.h +++ b/gnu/usr.bin/groff/src/include/config.h @@ -1,7 +1,3 @@ -/* $FreeBSD: src/gnu/usr.bin/groff/src/include/config.h,v 1.4 2003/05/02 11:56:43 ru Exp $ */ - -#include <osreldate.h> - /* src/include/config.h. Generated by configure. */ /* src/include/config.hin. Generated from configure.ac by autoheader. */ @@ -15,11 +11,7 @@ /* #undef HAVE_CC_OSFCN_H */ /* Define if you have a C++ <stdint.h>. */ -#if __FreeBSD_version >= 500028 #define HAVE_CC_STDINT_H 1 -#else -/* #undef HAVE_CC_STDINT_H */ -#endif /* Define to 1 if you have the <dirent.h> header file. */ #define HAVE_DIRENT_H 1 @@ -70,11 +62,7 @@ #define HAVE_SNPRINTF 1 /* Define to 1 if you have the <stdint.h> header file. */ -#if __FreeBSD_version >= 500028 #define HAVE_STDINT_H 1 -#else -/* #undef HAVE_STDINT_H */ -#endif /* Define to 1 if you have the <stdlib.h> header file. */ #define HAVE_STDLIB_H 1 @@ -205,8 +193,4 @@ /* Define uintmax_t to `unsigned long' or `unsigned long long' if <inttypes.h> does not exist. */ -#if __FreeBSD_version >= 500028 /* #undef uintmax_t */ -#else -#define uintmax_t unsigned long long -#endif |
