mirror of
https://github.com/curl/curl.git
synced 2026-07-25 23:07:16 +03:00
#if [undefined] => #ifdef [undefined]
This commit is contained in:
parent
e4cd4cf3f3
commit
49f7fa82b9
3 changed files with 4 additions and 4 deletions
|
|
@ -30,11 +30,11 @@
|
|||
# include <time.h>
|
||||
#else
|
||||
# include <sys/types.h>
|
||||
# if TIME_WITH_SYS_TIME
|
||||
# ifdef TIME_WITH_SYS_TIME
|
||||
# include <sys/time.h>
|
||||
# include <time.h>
|
||||
# else
|
||||
# if HAVE_SYS_TIME_H
|
||||
# ifdef HAVE_SYS_TIME_H
|
||||
# include <sys/time.h>
|
||||
# else
|
||||
# include <time.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue