remove HAVE_STDLIB_H

This commit is contained in:
oni-link 2014-04-01 12:56:51 +02:00 committed by Thiago de Arruda
parent ed9a68eea9
commit e38266a3dd
2 changed files with 0 additions and 3 deletions

View File

@ -60,7 +60,6 @@
#define HAVE_SIGSTACK 1
#define HAVE_SIGVEC 1
#define HAVE_ST_BLKSIZE 1
#define HAVE_STDLIB_H 1
#define HAVE_STRCASECMP 1
#define HAVE_STRERROR 1
#define HAVE_STRFTIME 1

View File

@ -16,9 +16,7 @@
# include <sys/types.h>
# include <sys/stat.h>
#ifdef HAVE_STDLIB_H
# include <stdlib.h>
#endif