mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-04 15:13:58 +01:00
Fix build on 4.x.
This commit is contained in:
parent
99c883294c
commit
a2211ce1e0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=114525
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user