X11workbench Toolkit  1.0
X11workbenchToolkit_install_config.h
1 // Use and distribution of this file covered by the same license as the X11workbench Toolkit
2 
3 
4 #ifndef _X11WORKBENCH_TOOLKIT_CONFIG_H_DEFINED_
5 #define _X11WORKBENCH_TOOLKIT_CONFIG_H_DEFINED_
6 
7 // X11workbench-specific option defines
8 
9 #define COMPILER_HAS_ATTRIBUTE_FOR_PRINTF 1
10 
11 #define COMPILER_HAS_PRAGMA_FOR_INCOMPATIBLE_POINTER_TYPES 1
12 
13 #define COMPILER_SUPPORTS_BUILTIN_EXPECT 1
14 
15 #define COMPILER_SUPPORTS_UNUSED_ATTRIBUTE 1
16 
17 #define QSORT_R_BSD 1
18 
19 /* #undef QSORT_R_GNUC */
20 
21 /* #undef X11WORKBENCH_TOOLKIT_HAVE_XPM */
22 
23 #define X11WORKBENCH_TOOLKIT_HAVE_XFT 1
24 
25 #define X11WORKBENCH_TOOLKIT_HAVE_XEXT 1
26 
27 #define X11WORKBENCH_TOOLKIT_HAVE_XSHM_EXTENSION 1
28 
29 
30 // compiler feature defines
31 #define COMPILER_SUPPORTS_BUILTIN_EXPECT 1
32 
33 #define COMPILER_SUPPORTS_UNUSED_ATTRIBUTE 1
34 
35 
36 // header-specific defines
37 
38 #define HAVE_FCNTL_H 1
39 
40 #define HAVE_INTTYPES_H 1
41 
42 #define HAVE_LIMITS_H 1
43 
44 #define HAVE_LOCALE_H 1
45 
46 /* #undef HAVE_MALLOC_H */
47 
48 #define HAVE_MEMORY_H 1
49 
50 #define HAVE_NETINET_IN_H 1
51 
52 #define HAVE_STDINT_H 1
53 
54 #define HAVE_STDLIB_H 1
55 
56 #define HAVE_STRINGS_H 1
57 
58 #define HAVE_STRING_H 1
59 
60 #define HAVE_SYS_PARAM_H 1
61 
62 #define HAVE_SYS_STAT_H 1
63 
64 #define HAVE_SYS_TIME_H 1
65 
66 #define HAVE_SYS_TYPES_H 1
67 
68 #define HAVE_UNISTD_H 1
69 
70 #define STDC_HEADERS 1
71 
72 
73 // function-specific defines, most recommended by autoscan
74 #define HAVE_ALARM 1
75 
76 #define HAVE_BZERO 1
77 
78 #define HAVE_CHOWN 1
79 
80 #define HAVE_CLOCK_GETTIME 1
81 
82 #define HAVE_DLOPEN 1
83 
84 #define HAVE_DUP2 1
85 
86 #define HAVE_FORK 1
87 
88 #define HAVE_FTRUNCATE 1
89 
90 #define HAVE_GETCWD 1
91 
92 #define HAVE_GETTIMEOFDAY 1
93 
94 #define HAVE_LONGLONG 1
95 
96 #define HAVE_MALLOC 1
97 
98 #define HAVE_MALLOC_USABLE_SIZE 1
99 
100 #define HAVE_MBLEN 1
101 
102 #define HAVE_MEMCHR 1
103 
104 #define HAVE_MEMMOVE 1
105 
106 #define HAVE_MEMSET 1
107 
108 #define HAVE_MKDIR 1
109 
110 #define HAVE_NANOSLEEP 1
111 
112 #define HAVE_PRINTF 1
113 
114 #define HAVE_QSORT_R 1
115 
116 #define HAVE_REALLOC 1
117 
118 #define HAVE_SELECT 1
119 
120 #define HAVE_SETLOCALE 1
121 
122 #define HAVE_STRCASECMP 1
123 
124 #define HAVE_STRCHR 1
125 
126 #define HAVE_STRNCASECMP 1
127 
128 #define HAVE_STRRCHR 1
129 
130 #define HAVE_STRSTR 1
131 
132 #define HAVE_VFORK 1
133 /* #undef HAVE_VFORK_H */
134 
135 #define HAVE_WORKING_FORK 1
136 
137 #define HAVE_WORKING_VFORK 1
138 
139 #define HAVE__BOOL 1
140 
141 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
142 
143 
144 #endif // _X11WORKBENCH_TOOLKIT_CONFIG_H_DEFINED_
145