diff --git a/ChangeLog b/ChangeLog index 715d1ddce0..bcb37ee50e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Dec 22 18:22:04 2003 NAKAMURA Usaku + + * bcc32/Makefile.sub, win32/Makefile.sub (config.h): remove + HAVE_ISINF definition to follow previous commits of missing.h + and win32/win32.h. + Mon Dec 22 17:23:42 2003 Nobuyoshi Nakada * configure.in (ac_cv_func_setitimer): moved from defines.h diff --git a/bcc32/Makefile.sub b/bcc32/Makefile.sub index 99305ab068..26e4d7f9dd 100644 --- a/bcc32/Makefile.sub +++ b/bcc32/Makefile.sub @@ -279,7 +279,6 @@ config.h: \#define SIZEOF_DOUBLE 8 \#define HAVE_DECL_SYS_NERR 1 -\#define HAVE_ISINF 1 \#define HAVE_ISNAN 1 \#define HAVE_MEMMOVE 1 \#define HAVE_MKDIR 1 diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 6e669aceda..64829a659c 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -257,7 +257,6 @@ config.h: #define HAVE_GETCWD 1 #define HAVE_FLOCK 1 #define HAVE_VSNPRINTF 1 -#define HAVE_ISINF 1 #define HAVE_ISNAN 1 #define HAVE_FINITE 1 #define HAVE_FMOD 1