aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-05-02 11:56:43 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-05-02 11:56:43 +0000
commita2211ce1e0a9fc2c39c7aa8a4807872898658766 (patch)
treee8609f65f9d175222ec6898d49c16d0ec0f99961 /gnu
parent99c883294c3de3f5a8385a30d18a2f20e1efa36e (diff)
downloadsrc-a2211ce1e0a9fc2c39c7aa8a4807872898658766.tar.gz
src-a2211ce1e0a9fc2c39c7aa8a4807872898658766.zip
Fix build on 4.x.
Notes
Notes: svn path=/head/; revision=114525
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 90c2383d6e4b..e95f574715e8 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