diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-01-29 16:23:37 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-01-29 16:23:37 +0000 |
commit | 80727e4b0244a99b091b16051cb239d8964cae00 (patch) | |
tree | 3910dfe3f71884e1febb2b27e078f6e7d02f22af /config.h.dist | |
parent | [w3m-dev 02921] use inttypes.h instead of stdint.h (diff) | |
download | w3m-80727e4b0244a99b091b16051cb239d8964cae00.tar.gz w3m-80727e4b0244a99b091b16051cb239d8964cae00.zip |
[w3m-dev 02920] don't use inttypes.h and/or stdint.h
* mktable.c: remove inttypes.h, uintptr_t, use unsigned long instead
* configure: remove inttypes.h detection
* config.h.dist: remove HAVE_INTTYPES_H
From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
Diffstat (limited to '')
-rw-r--r-- | config.h.dist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.h.dist b/config.h.dist index 3c48320..2104f07 100644 --- a/config.h.dist +++ b/config.h.dist @@ -185,7 +185,6 @@ MODEL=Linux.i686-monster-ja #define JMP_BUF sigjmp_buf #define HAVE_FLOAT_H #define HAVE_SYS_SELECT_H -#undef HAVE_INTTYPES_H typedef void MySignalHandler; #define SIGNAL_ARG int _dummy |