summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-05-02 11:56:43 +0000
committerru <ru@FreeBSD.org>2003-05-02 11:56:43 +0000
commit680bad4c09fd14d972cf19d40fcdabaf02a51562 (patch)
treee8609f65f9d175222ec6898d49c16d0ec0f99961 /gnu
parent10a5205738a1a7ca38cfeccd4fe50740796b5767 (diff)
downloadFreeBSD-src-680bad4c09fd14d972cf19d40fcdabaf02a51562.zip
FreeBSD-src-680bad4c09fd14d972cf19d40fcdabaf02a51562.tar.gz
Fix build on 4.x.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/groff/src/include/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/usr.bin/groff/src/include/config.h b/gnu/usr.bin/groff/src/include/config.h
index 90c2383..e95f574 100644
--- a/gnu/usr.bin/groff/src/include/config.h
+++ b/gnu/usr.bin/groff/src/include/config.h
@@ -15,7 +15,11 @@
/* #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
OpenPOWER on IntegriCloud