1
1
This commit does two things. It removes checks for C99 required
headers (stdlib.h, string.h, signal.h, etc). Additionally it removes
definitions for required C99 types (intptr_t, int64_t, int32_t, etc).

Signed-off-by: Nathan Hjelm <hjelmn@me.com>
Этот коммит содержится в:
Nathan Hjelm
2015-06-24 10:00:01 -06:00
родитель 0f219068cc
Коммит 4d92c9989e
240 изменённых файлов: 15 добавлений и 825 удалений

Просмотреть файл

@ -34,9 +34,7 @@
#include <string.h>
#include <errno.h>
#include <ctype.h>
#ifdef HAVE_TIME_H
#include <time.h>
#endif
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif