lib/ac/time.h
changeset 0 6f7a81934006
child 2 b3afb9f1e801
equal deleted inserted replaced
-1:000000000000 0:6f7a81934006
       
     1 #if TIME_WITH_SYS_TIME
       
     2 # include <sys/time.h>
       
     3 # include <time.h>
       
     4 #else
       
     5 # if HAVE_SYS_TIME_H
       
     6 #  include <sys/time.h>
       
     7 # else
       
     8 #  include <time.h>
       
     9 # endif
       
    10 #endif