diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-01-29 03:23:43 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-01-29 03:23:43 +0000 |
commit | 3db3a9da5f3860852c8b71db255a42fc81d66b82 (patch) | |
tree | 93ad43b9d8d7010d6fd5da87b1316af5f6500f20 /config.h.dist | |
parent | [w3m-dev 02919] no need of width (diff) | |
download | w3m-3db3a9da5f3860852c8b71db255a42fc81d66b82.tar.gz w3m-3db3a9da5f3860852c8b71db255a42fc81d66b82.zip |
[w3m-dev 02921] use inttypes.h instead of stdint.h
* configure: check inttypes.h instead of stdint.h
* config.h.dist: s/STDINT_H/INTTYPES_H/
* mktable.c: use inttypes.h instead of stdint.h
From: Fumitoshi UKAI <ukai@debian.or.jp>
Diffstat (limited to 'config.h.dist')
-rw-r--r-- | config.h.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.dist b/config.h.dist index b7cc222..3c48320 100644 --- a/config.h.dist +++ b/config.h.dist @@ -185,7 +185,7 @@ MODEL=Linux.i686-monster-ja #define JMP_BUF sigjmp_buf #define HAVE_FLOAT_H #define HAVE_SYS_SELECT_H -#undef HAVE_STDINT_H +#undef HAVE_INTTYPES_H typedef void MySignalHandler; #define SIGNAL_ARG int _dummy |