From 2483e3d003fe9a761b2c7dddbf1101b09922963a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Wed, 9 Oct 1996 17:25:11 +0200 Subject: [PATCH] bugfix Rev: src/machine.h.in:1.9 --- src/machine.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/machine.h.in b/src/machine.h.in index 86c5517d40..42435a736a 100644 --- a/src/machine.h.in +++ b/src/machine.h.in @@ -317,7 +317,7 @@ #define F_OFFSET 257 /* Define this if struct tm is included in <sys/time.h> as opposed to <time.h> */ -#define TM_IN_SYS_TIME +#undef TM_IN_SYS_TIME /* define this if #include <time.h> provides an external int timezone */ #undef HAVE_EXTERNAL_TIMEZONE @@ -326,7 +326,7 @@ #undef STRUCT_TM_HAS_GMTOFF /* Define if you have struct timeval */ -#define HAVE_STRUCT_TIMEVAL +#undef HAVE_STRUCT_TIMEVAL /* Define this to the max value of an unsigned short unles <limits.h> does.. */ #undef USHRT_MAX -- GitLab