]> git.sur5r.net Git - openldap/blob - include/ac/time.h
Unexpand spaces for tabs in prior commit before merging to rel_eng_1_1.
[openldap] / include / ac / time.h
1 /* Generic time.h */
2
3 #ifndef _AC_TIME_H
4 #define _AC_TIME_H
5
6 #if TIME_WITH_SYS_TIME
7 # include <sys/time.h>
8 # include <time.h>
9 #elif HAVE_SYS_TIME_H
10 # include <sys/time.h>
11 #else
12 # include <time.h>
13 #endif
14
15 #endif /* _AC_TIME_H */