[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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user