configure fix for stddef.h

This commit is contained in:
Mark 2004-09-02 13:29:31 +00:00
parent 396218ea37
commit bcf2a34bc5
3 changed files with 4 additions and 2 deletions

2
configure vendored
View file

@ -19560,6 +19560,7 @@ fi
for ac_header in sys/types.h \
@ -19571,6 +19572,7 @@ for ac_header in sys/types.h \
assert.h \
ctype.h \
errno.h \
stddef.h \
stdio.h \
stdlib.h \
stdarg.h \

View file

@ -50,6 +50,7 @@ AC_CHECK_HEADERS(
assert.h \
ctype.h \
errno.h \
stddef.h \
stdio.h \
stdlib.h \
stdarg.h \

View file

@ -32,8 +32,7 @@
#include "config.h"
#endif
/* Temporary since my debian box can't find this via configure even though it has it */
#if 1 /*def HAVE_STDDEF_H*/
#ifdef HAVE_STDDEF_H
#include <stddef.h>
#endif
#ifdef HAVE_STDIO_H