Bootstrapping aid for systems without <stdint.h>.

(Needed to build mkmagic in build-tools.)
This commit is contained in:
Ruslan Ermilov 2002-09-19 12:30:34 +00:00
parent 75019e2096
commit 751ec0537d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103632

View File

@ -1,5 +1,7 @@
/* $FreeBSD$ */
#include <osreldate.h>
/* config.h. Generated automatically by configure. */
/* config.h.in. Generated automatically from configure.in by autoheader. */
@ -92,7 +94,9 @@
#define HAVE_LOCALE_H 1
/* Define if you have the <stdint.h> header file. */
#if __FreeBSD_version >= 500019
#define HAVE_STDINT_H 1
#endif
/* Define if you have the <sys/mman.h> header file. */
#define HAVE_SYS_MMAN_H 1