From 3a391ef6c247a0eee78ce93cf3c3ab5617dc06d9 Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Fri, 16 Nov 2001 22:02:00 +0000 Subject: follow autoconf conventions, #include cleanups --- config.h | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 7029bab..9418d0e 100644 --- a/config.h +++ b/config.h @@ -168,26 +168,24 @@ MODEL=Linux.i686-monster-ja #define DEF_SAVE_FILE "index.html" #undef USE_BINMODE_STREAM -#define TERMIOS -#define DIRENT -#define STRCASECMP -#define STRCHR -#define STRERROR -#define SYS_ERRLIST -#undef NOBCOPY +#define HAVE_TERMIOS_H +#define HAVE_DIRENT_H +#define HAVE_STRCASECMP +#define HAVE_STRCHR +#define HAVE_STRERROR +#define HAVE_SYS_ERRLIST +#define HAVE_BCOPY #define HAVE_WAITPID #define HAVE_WAIT3 #define HAVE_STRFTIME -#define GETCWD -#define GETWD -#define READLINK +#define HAVE_GETCWD +#define HAVE_GETWD +#define HAVE_READLINK #define HAVE_SETENV #define HAVE_PUTENV #define HAVE_SRAND48 #define HAVE_SRANDOM -#define READLINK - #define SETJMP(env) sigsetjmp(env,1) #define LONGJMP(env,val) siglongjmp(env,val) @@ -209,7 +207,7 @@ typedef void MySignalHandler; #undef TABLE_NO_COMPACT #define NOWRAP 1 #define MATRIX 1 -#undef NO_FLOAT_H +#define HAVE_FLOAT_H #ifndef HAVE_SRAND48 #ifdef HAVE_SRANDOM -- cgit v1.2.3