Fix build on 4.x.

This commit is contained in:
Ruslan Ermilov 2003-05-02 11:56:43 +00:00
parent 99c883294c
commit a2211ce1e0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114525

View File

@ -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