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:
parent
4cebaf45e4
commit
25cef1c540
6 changed files with 49 additions and 35 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue