diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2001-11-16 22:02:00 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2001-11-16 22:02:00 +0000 |
commit | 3a391ef6c247a0eee78ce93cf3c3ab5617dc06d9 (patch) | |
tree | 43a618cb2507489be74cf3b52a18d4be5110fe58 /config.h | |
parent | tgetstr("Km", &pt) cannot be used to detect is_xterm (diff) | |
download | w3m-3a391ef6c247a0eee78ce93cf3c3ab5617dc06d9.tar.gz w3m-3a391ef6c247a0eee78ce93cf3c3ab5617dc06d9.zip |
follow autoconf conventions, #include cleanups
Diffstat (limited to '')
-rw-r--r-- | config.h | 24 |
1 files changed, 11 insertions, 13 deletions
@@ -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 |