/* */ #ifndef _D_GETTIMEOFDAY_H #define _D_GETTIMEOFDAY_H 1 #ifdef __MINGW32__ # undef SIZE_MAX #endif // __MINGW32__ #ifdef HAVE_CONFIG_H # include "config.h" #endif // HAVE_CONFIG_H #include #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ #ifndef HAVE_GETTIMEOFDAY int __cdecl gettimeofday(struct timeval *__restrict__ tp, void *__restrict__ tzp __attribute__((unused))); #endif // HAVE_GETTIMEOFDAY #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* not _D_GETTIMEOFDAY_H */