We require ANSI C so stop using the obsolete STDC_HEADERS.

This commit is contained in:
Todd C. Miller
2015-06-19 14:29:27 -06:00
parent 09b07fe21a
commit dc883f2454
140 changed files with 417 additions and 1354 deletions

View File

@@ -23,14 +23,8 @@
#include <sys/types.h>
#include <stdio.h>
#ifdef STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# ifdef HAVE_STDLIB_H
# include <stdlib.h>
# endif
#endif /* STDC_HEADERS */
#include <stdlib.h>
#include <stddef.h>
#ifdef HAVE_STRING_H
# include <string.h>
#endif /* HAVE_STRING_H */