MatN work for versatile appimage creation for all types of os
[goodguy/cinelerra.git] / cinelerra-5.1 / tools / makeappimagetool / includes / config.h
1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3
4 /* Define to 1 if you have the `dup2' function. */
5 #define HAVE_DUP2 1
6
7 /* Define to 1 if you have the <fcntl.h> header file. */
8 #define HAVE_FCNTL_H 1
9
10 /* Define to 1 if you have the `floor' function. */
11 /* #undef HAVE_FLOOR */
12
13 /* Define to 1 if you have the `fork' function. */
14 #define HAVE_FORK 1
15
16 /* Define to 1 if you have the `getpagesize' function. */
17 #define HAVE_GETPAGESIZE 1
18
19 /* Define to 1 if you have the `gettimeofday' function. */
20 #define HAVE_GETTIMEOFDAY 1
21
22 /* Define to 1 if you have the <inttypes.h> header file. */
23 #define HAVE_INTTYPES_H 1
24
25 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
26    to 0 otherwise. */
27 #define HAVE_MALLOC 1
28
29 /* Define to 1 if you have the `memmove' function. */
30 #define HAVE_MEMMOVE 1
31
32 /* Define to 1 if you have the <memory.h> header file. */
33 #define HAVE_MEMORY_H 1
34
35 /* Define to 1 if you have the `memset' function. */
36 #define HAVE_MEMSET 1
37
38 /* Define to 1 if you have a working `mmap' system call. */
39 #define HAVE_MMAP 1
40
41 /* Define to 1 if you have the `munmap' function. */
42 #define HAVE_MUNMAP 1
43
44 /* Define to 1 if you have the `pow' function. */
45 /* #undef HAVE_POW */
46
47 /* Define to 1 if the system has the type `ptrdiff_t'. */
48 #define HAVE_PTRDIFF_T 1
49
50 /* Define to 1 if you have the `realpath' function. */
51 #define HAVE_REALPATH 1
52
53 /* Define to 1 if you have the `select' function. */
54 #define HAVE_SELECT 1
55
56 /* Define to 1 if you have the `sqrt' function. */
57 /* #undef HAVE_SQRT */
58
59 /* Define to 1 if you have the <stdint.h> header file. */
60 #define HAVE_STDINT_H 1
61
62 /* Define to 1 if you have the <stdlib.h> header file. */
63 #define HAVE_STDLIB_H 1
64
65 /* Define to 1 if you have the `strcasecmp' function. */
66 #define HAVE_STRCASECMP 1
67
68 /* Define to 1 if you have the `strchr' function. */
69 #define HAVE_STRCHR 1
70
71 /* Define to 1 if you have the `strdup' function. */
72 #define HAVE_STRDUP 1
73
74 /* Define to 1 if you have the `strerror' function. */
75 #define HAVE_STRERROR 1
76
77 /* Define to 1 if you have the <strings.h> header file. */
78 #define HAVE_STRINGS_H 1
79
80 /* Define to 1 if you have the <string.h> header file. */
81 #define HAVE_STRING_H 1
82
83 /* Define to 1 if you have the `strncasecmp' function. */
84 #define HAVE_STRNCASECMP 1
85
86 /* Define to 1 if you have the `strrchr' function. */
87 #define HAVE_STRRCHR 1
88
89 /* Define to 1 if you have the `strstr' function. */
90 #define HAVE_STRSTR 1
91
92 /* Define to 1 if you have the <sys/param.h> header file. */
93 #define HAVE_SYS_PARAM_H 1
94
95 /* Define to 1 if you have the <sys/stat.h> header file. */
96 #define HAVE_SYS_STAT_H 1
97
98 /* Define to 1 if you have the <sys/time.h> header file. */
99 #define HAVE_SYS_TIME_H 1
100
101 /* Define to 1 if you have the <sys/types.h> header file. */
102 #define HAVE_SYS_TYPES_H 1
103
104 /* Define to 1 if you have the <unistd.h> header file. */
105 #define HAVE_UNISTD_H 1
106
107 /* Define to 1 if you have the `vfork' function. */
108 #define HAVE_VFORK 1
109
110 /* Define to 1 if you have the <vfork.h> header file. */
111 /* #undef HAVE_VFORK_H */
112
113 /* Define to 1 if `fork' works. */
114 #define HAVE_WORKING_FORK 1
115
116 /* Define to 1 if `vfork' works. */
117 #define HAVE_WORKING_VFORK 1
118
119 /* Define to 1 if the system has the type `_Bool'. */
120 #define HAVE__BOOL 1
121
122 /* Name of package */
123 #define PACKAGE "appdirconfig"
124
125 /* Define to the address where bug reports for this package should be sent. */
126 #define PACKAGE_BUGREPORT ""
127
128 /* Define to the full name of this package. */
129 #define PACKAGE_NAME "appdirconfig"
130
131 /* Define to the full name and version of this package. */
132 #define PACKAGE_STRING "appdirconfig 0.1.0"
133
134 /* Define to the one symbol short name of this package. */
135 #define PACKAGE_TARNAME "appdirconfig"
136
137 /* Define to the home page for this package. */
138 #define PACKAGE_URL ""
139
140 /* Define to the version of this package. */
141 #define PACKAGE_VERSION "0.1.0"
142
143 /* Define to 1 if you have the ANSI C header files. */
144 #define STDC_HEADERS 1
145
146 /* Version number of package */
147 #define VERSION "0.1.0"
148
149 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
150    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
151    #define below would cause a syntax error. */
152 /* #undef _UINT32_T */
153
154 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
155    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
156    #define below would cause a syntax error. */
157 /* #undef _UINT64_T */
158
159 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
160    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
161    #define below would cause a syntax error. */
162 /* #undef _UINT8_T */
163
164 /* Define to `__inline__' or `__inline' if that's what the C compiler
165    calls it, or to nothing if 'inline' is not supported under any name.  */
166 #ifndef __cplusplus
167 /* #undef inline */
168 #endif
169
170 /* Define to the type of a signed integer type of width exactly 32 bits if
171    such a type exists and the standard includes do not define it. */
172 /* #undef int32_t */
173
174 /* Define to the type of a signed integer type of width exactly 64 bits if
175    such a type exists and the standard includes do not define it. */
176 /* #undef int64_t */
177
178 /* Define to rpl_malloc if the replacement function should be used. */
179 /* #undef malloc */
180
181 /* Define to `int' if <sys/types.h> does not define. */
182 /* #undef pid_t */
183
184 /* Define to `unsigned int' if <sys/types.h> does not define. */
185 /* #undef size_t */
186
187 /* Define to `int' if <sys/types.h> does not define. */
188 /* #undef ssize_t */
189
190 /* Define to the type of an unsigned integer type of width exactly 16 bits if
191    such a type exists and the standard includes do not define it. */
192 /* #undef uint16_t */
193
194 /* Define to the type of an unsigned integer type of width exactly 32 bits if
195    such a type exists and the standard includes do not define it. */
196 /* #undef uint32_t */
197
198 /* Define to the type of an unsigned integer type of width exactly 64 bits if
199    such a type exists and the standard includes do not define it. */
200 /* #undef uint64_t */
201
202 /* Define to the type of an unsigned integer type of width exactly 8 bits if
203    such a type exists and the standard includes do not define it. */
204 /* #undef uint8_t */
205
206 /* Define as `fork' if `vfork' does not work. */
207 /* #undef vfork */