File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 8
8
9
9
#define BLCKSZ 8192
10
10
11
+ #if defined(hpux )
12
+ # define HAVE_TZSET
13
+ #endif
14
+
15
+ #if defined(i386_solaris )
16
+ # define HAVE_TZSET
17
+ #endif
18
+
19
+ #if defined(sparc_solaris )
20
+ # define HAVE_TZSET
21
+ #endif
22
+
23
+ #if defined(svr4 )
24
+ # define HAVE_TZSET
25
+ #endif
11
26
12
27
#if defined(win32 )
13
28
# define WIN32
14
29
# define NO_UNISTD_H
15
30
# define USES_WINSOCK
16
31
# define NOFILE 100
17
32
# define NEED_UNION_SEMUN
33
+ # define HAVE_TZSET
18
34
#endif /* WIN32 */
19
35
20
36
#if defined(__FreeBSD__ ) || \
21
37
defined(__NetBSD__ ) || \
22
38
defined(bsdi )
23
39
# define USE_LIMITS_H
40
+ # define USE_POSIX_TIME
24
41
#endif
25
42
26
43
#if defined(aix )
27
44
# define NEED_SYS_SELECT_H
45
+ # define HAVE_TZSET
28
46
#endif
29
47
30
48
#if defined(irix5 )
31
49
# define NO_VFORK
50
+ # define HAVE_TZSET
32
51
#endif
33
52
34
53
/*
You can’t perform that action at this time.
0 commit comments