-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.h
122 lines (90 loc) · 2.58 KB
/
config.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
/* Define this if you have inttypes.h */
#define HAVE_INTTYPES_H 1
/* Define this if you have stdint.h */
#define HAVE_STDINT_H 1
/* Define this if you have libgen.h */
/* #undef HAVE_LIBGEN_H */
/* Define this if you have alloca.h */
#define HAVE_ALLOCA_H 1
/* Define this if you have the alloca()
* function */
/* #undef HAVE_ALLOCA_FUNC */
/* Define this if you have sys/stat.h */
/* #undef HAVE_SYS_STAT_H */
/* Define this if you have
* boost/foreach.hpp */
/* #undef HAVE_BOOST_FOREACH_HPP */
/* Define this if you have xtr1common */
/* #undef HAVE_XTR1COMMON */
/* Define this if you have
* initializer_list */
/* #undef HAVE_INITIALIZER_LIST */
/* Define this if you have the stat()
* function */
/* #undef HAVE_STAT_FUNC */
/* Define this if you have the lstat()
* function */
/* #undef HAVE_LSTAT_FUNC */
/* Define this if you have the lseek()
* function */
/* #undef HAVE_LSEEK_FUNC */
/* Define this if you have the llseek()
* function */
/* #undef HAVE_LLSEEK_FUNC */
/* Define this if you have the lseek64()
* function */
/* #undef HAVE_LSEEK64_FUNC */
/* Define this if you have the 'loff_t'
* type */
/* #undef HAVE_LOFF_T */
/* Define this if you have the 'lloff_t'
* type */
/* #undef HAVE_LLOFF_T */
/* Define this if you have the 'off64_t'
* type */
/* #undef HAVE_OFF64_T */
/* Define this if you have stdbool.h */
#define HAVE_STDBOOL_H 1
/* Define this if you have sys/mman.h */
/* #undef HAVE_SYS_MMAN_H */
/* Define this if you have sys/types.h
*/
#define HAVE_SYS_TYPES_H 1
/* Define this if you want to use
* readdir() */
/* #undef USE_READDIR */
/* Define this if you have the free()
* function */
/* #undef HAVE_FREE_FUNC */
/* Define this if you have the
* localtime() function */
/* #undef HAVE_LOCALTIME_FUNC */
/* Define this if you have the
* localtime_r() function */
/* #undef HAVE_LOCALTIME_R_FUNC */
/* Define this if you have the
* clock_gettime() function */
#define HAVE_CLOCK_GETTIME 1
/* Define this if you have the malloc()
* function */
/* #undef HAVE_MALLOC_FUNC */
/* Define this if you have the opendir()
* function */
/* #undef HAVE_OPENDIR_FUNC */
/* Define this if you have the readdir()
* function */
/* #undef HAVE_READDIR_FUNC */
/* size of the `off64_t' type */
#define SIZEOF_OFF64_T
/* #undef HAVE_OFF64_T_TYPE */
/* size of the `socklen_t' type */
#define SIZEOF_SOCKLEN_T
/* #undef HAVE_SOCKLEN_T_TYPE */
/* size of the `size_t' type */
#define SIZEOF_SIZE_T
/* #undef HAVE_SIZE_T_TYPE */
/* size of the `long' type */
#define SIZEOF_LONG
/* size of the `long long' type */
#define SIZEOF_LONGLONG
/* #undef HAVE_LONGLONG_TYPE */