From: Martin Burnicki Date: Mon, 30 May 2005 11:17:56 +0000 (+0200) Subject: Added SIZEOF_TIME_T for Windows. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5c1556bef03da6830f19a8d4adee54744ffdc58;p=thirdparty%2Fntp.git Added SIZEOF_TIME_T for Windows. bk: 429af664zvY4IP5Wld6D0vOorW-PFg --- diff --git a/ports/winnt/include/config.h b/ports/winnt/include/config.h index 16ebe99a5a..b067494c14 100644 --- a/ports/winnt/include/config.h +++ b/ports/winnt/include/config.h @@ -120,6 +120,7 @@ int NT_set_process_priority(void); /* Define this function */ # define SYSV_TIMEOFDAY /* for ntp_unixtime.h */ # define SIZEOF_SIGNED_CHAR 1 +# define SIZEOF_TIME_T 4 # define SIZEOF_INT 4 /* for ntp_types.h */ //# define HAVE_NET_IF_H