1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-20 01:42:58 +00:00

Corrected gettimeofday() handling

This commit is contained in:
Gerhard Rieger 2021-10-31 13:04:12 +01:00
parent 4cebaf45e4
commit 25cef1c540
6 changed files with 49 additions and 35 deletions

View file

@ -156,6 +156,9 @@
/* Define if you have the ftruncate64 function */
#undef HAVE_FTRUNCATE64
/* Define if you have the gettimeofday function */
#undef HAVE_PROTOTYPE_LIB_gettimeofday
/* Define if you have the clock_gettime function */
#undef HAVE_CLOCK_GETTIME