config.h (ntp-4.2.8p14) | : | config.h (ntp-4.2.8p15) | ||
---|---|---|---|---|
skipping to change at line 261 | skipping to change at line 261 | |||
/* | /* | |||
* Multimedia timer enable | * Multimedia timer enable | |||
*/ | */ | |||
#define USE_MM_TIMER | #define USE_MM_TIMER | |||
/* check for OpenSSL */ | /* check for OpenSSL */ | |||
#ifdef OPENSSL | #ifdef OPENSSL | |||
# define USE_OPENSSL_CRYPTO_RAND 1 | # define USE_OPENSSL_CRYPTO_RAND 1 | |||
# define AUTOKEY | # define AUTOKEY | |||
# define HAVE_OPENSSL_CMAC_H | ||||
# define ENABLE_CMAC | ||||
#endif | #endif | |||
extern void arc4random_buf(void *buf, size_t nbytes); | extern void arc4random_buf(void *buf, size_t nbytes); | |||
/* | /* | |||
* Keywords and functions that Microsoft maps | * Keywords and functions that Microsoft maps | |||
* to other names | * to other names | |||
*/ | */ | |||
#define inline __inline | #define inline __inline | |||
#define stricmp _stricmp | #define stricmp _stricmp | |||
#define strcasecmp _stricmp | #define strcasecmp _stricmp | |||
skipping to change at line 411 | skipping to change at line 413 | |||
# define HAVE_SYS_TIME_H 1 | # define HAVE_SYS_TIME_H 1 | |||
# define HAVE_TERMIOS_H 1 | # define HAVE_TERMIOS_H 1 | |||
# define HAVE_ALLOCA 1 | # define HAVE_ALLOCA 1 | |||
# define HAVE_GETCLOCK 1 | # define HAVE_GETCLOCK 1 | |||
# define HAVE_MEMMOVE 1 | # define HAVE_MEMMOVE 1 | |||
# define HAVE_MKTIME 1 | # define HAVE_MKTIME 1 | |||
# define HAVE_SETVBUF 1 | # define HAVE_SETVBUF 1 | |||
# define HAVE_STRCHR 1 /* for libopts */ | # define HAVE_STRCHR 1 /* for libopts */ | |||
# define HAVE_STRDUP 1 | # define HAVE_STRDUP 1 | |||
# define HAVE_STRNLEN 1 | ||||
# define HAVE_MEMCHR 1 | ||||
# define HAVE_TIMEGM 1 /* actually _mkgmtime */ | # define HAVE_TIMEGM 1 /* actually _mkgmtime */ | |||
# define HAVE_STRUCT_TIMESPEC | # define HAVE_STRUCT_TIMESPEC | |||
# define HAVE_IO_COMPLETION_PORT | # define HAVE_IO_COMPLETION_PORT | |||
# define ISC_PLATFORM_NEEDNTOP | # define ISC_PLATFORM_NEEDNTOP | |||
# define ISC_PLATFORM_NEEDPTON | # define ISC_PLATFORM_NEEDPTON | |||
#define HAVE_BSD_NICE /* emulate BSD setpriority() */ | #define HAVE_BSD_NICE /* emulate BSD setpriority() */ | |||
#define HW_WANT_RPL_VSNPRINTF 1 | #define HW_WANT_RPL_VSNPRINTF 1 | |||
End of changes. 2 change blocks. | ||||
0 lines changed or deleted | 4 lines changed or added |