1292588Sdelphij/* $FreeBSD: stable/10/lib/liblzma/config.h 312518 2017-01-20 06:40:12Z delphij $ */
2292588Sdelphij/* config.h.  Generated from config.h.in by configure.  */
3292588Sdelphij/* config.h.in.  Generated from configure.ac by autoheader.  */
4292588Sdelphij
5292588Sdelphij/* Define if building universal (internal helper macro) */
6292588Sdelphij/* #undef AC_APPLE_UNIVERSAL_BUILD */
7292588Sdelphij
8292588Sdelphij/* How many MiB of RAM to assume if the real amount cannot be determined. */
9207842Smm#define ASSUME_RAM 128
10292588Sdelphij
11292588Sdelphij/* Define to 1 if translation of program messages to the user's native
12292588Sdelphij   language is requested. */
13292588Sdelphij/* FreeBSD - disabled intentionally */
14292588Sdelphij/* #undef ENABLE_NLS */
15292588Sdelphij
16292588Sdelphij/* Define to 1 if bswap_16 is available. */
17292588Sdelphij/* #undef HAVE_BSWAP_16 */
18292588Sdelphij
19292588Sdelphij/* Define to 1 if bswap_32 is available. */
20292588Sdelphij/* #undef HAVE_BSWAP_32 */
21292588Sdelphij
22292588Sdelphij/* Define to 1 if bswap_64 is available. */
23292588Sdelphij/* #undef HAVE_BSWAP_64 */
24292588Sdelphij
25292588Sdelphij/* Define to 1 if you have the <byteswap.h> header file. */
26292588Sdelphij/* #undef HAVE_BYTESWAP_H */
27292588Sdelphij
28312518Sdelphij/* Define to 1 if Capsicum is available. */
29312518Sdelphij/* #undef HAVE_CAPSICUM */
30312518Sdelphij
31292588Sdelphij/* Define to 1 if the system has the type `CC_SHA256_CTX'. */
32292588Sdelphij/* #undef HAVE_CC_SHA256_CTX */
33292588Sdelphij
34292588Sdelphij/* Define to 1 if you have the `CC_SHA256_Init' function. */
35292588Sdelphij/* #undef HAVE_CC_SHA256_INIT */
36292588Sdelphij
37312518Sdelphij/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
38292588Sdelphij   CoreFoundation framework. */
39292588Sdelphij/* #undef HAVE_CFLOCALECOPYCURRENT */
40292588Sdelphij
41312518Sdelphij/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
42292588Sdelphij   the CoreFoundation framework. */
43292588Sdelphij/* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
44292588Sdelphij
45292588Sdelphij/* Define to 1 if crc32 integrity check is enabled. */
46207842Smm#define HAVE_CHECK_CRC32 1
47292588Sdelphij
48292588Sdelphij/* Define to 1 if crc64 integrity check is enabled. */
49207842Smm#define HAVE_CHECK_CRC64 1
50292588Sdelphij
51292588Sdelphij/* Define to 1 if sha256 integrity check is enabled. */
52207842Smm#define HAVE_CHECK_SHA256 1
53292588Sdelphij
54292588Sdelphij/* Define to 1 if you have the `clock_gettime' function. */
55292588Sdelphij#define HAVE_CLOCK_GETTIME 1
56292588Sdelphij
57292588Sdelphij/* Define to 1 if you have the <CommonCrypto/CommonDigest.h> header file. */
58292588Sdelphij/* #undef HAVE_COMMONCRYPTO_COMMONDIGEST_H */
59292588Sdelphij
60292588Sdelphij/* Define if the GNU dcgettext() function is already present or preinstalled.
61292588Sdelphij   */
62292588Sdelphij/* FreeBSD - disabled intentionally */
63292588Sdelphij/* #undef HAVE_DCGETTEXT */
64292588Sdelphij
65292588Sdelphij/* Define to 1 if you have the declaration of `CLOCK_MONOTONIC', and to 0 if
66292588Sdelphij   you don't. */
67292588Sdelphij#define HAVE_DECL_CLOCK_MONOTONIC 1
68292588Sdelphij
69292588Sdelphij/* Define to 1 if you have the declaration of `program_invocation_name', and
70292588Sdelphij   to 0 if you don't. */
71207842Smm#define HAVE_DECL_PROGRAM_INVOCATION_NAME 0
72292588Sdelphij
73312518Sdelphij/* Define to 1 if any of HAVE_DECODER_foo have been defined. */
74312518Sdelphij#define HAVE_DECODERS 1
75312518Sdelphij
76292588Sdelphij/* Define to 1 if arm decoder is enabled. */
77207842Smm#define HAVE_DECODER_ARM 1
78292588Sdelphij
79292588Sdelphij/* Define to 1 if armthumb decoder is enabled. */
80207842Smm#define HAVE_DECODER_ARMTHUMB 1
81292588Sdelphij
82292588Sdelphij/* Define to 1 if delta decoder is enabled. */
83207842Smm#define HAVE_DECODER_DELTA 1
84292588Sdelphij
85292588Sdelphij/* Define to 1 if ia64 decoder is enabled. */
86207842Smm#define HAVE_DECODER_IA64 1
87292588Sdelphij
88292588Sdelphij/* Define to 1 if lzma1 decoder is enabled. */
89207842Smm#define HAVE_DECODER_LZMA1 1
90292588Sdelphij
91292588Sdelphij/* Define to 1 if lzma2 decoder is enabled. */
92207842Smm#define HAVE_DECODER_LZMA2 1
93292588Sdelphij
94292588Sdelphij/* Define to 1 if powerpc decoder is enabled. */
95207842Smm#define HAVE_DECODER_POWERPC 1
96292588Sdelphij
97292588Sdelphij/* Define to 1 if sparc decoder is enabled. */
98207842Smm#define HAVE_DECODER_SPARC 1
99292588Sdelphij
100292588Sdelphij/* Define to 1 if x86 decoder is enabled. */
101207842Smm#define HAVE_DECODER_X86 1
102292588Sdelphij
103292588Sdelphij/* Define to 1 if you have the <dlfcn.h> header file. */
104207842Smm#define HAVE_DLFCN_H 1
105292588Sdelphij
106312518Sdelphij/* Define to 1 if any of HAVE_ENCODER_foo have been defined. */
107312518Sdelphij#define HAVE_ENCODERS 1
108312518Sdelphij
109292588Sdelphij/* Define to 1 if arm encoder is enabled. */
110207842Smm#define HAVE_ENCODER_ARM 1
111292588Sdelphij
112292588Sdelphij/* Define to 1 if armthumb encoder is enabled. */
113207842Smm#define HAVE_ENCODER_ARMTHUMB 1
114292588Sdelphij
115292588Sdelphij/* Define to 1 if delta encoder is enabled. */
116207842Smm#define HAVE_ENCODER_DELTA 1
117292588Sdelphij
118292588Sdelphij/* Define to 1 if ia64 encoder is enabled. */
119207842Smm#define HAVE_ENCODER_IA64 1
120292588Sdelphij
121292588Sdelphij/* Define to 1 if lzma1 encoder is enabled. */
122207842Smm#define HAVE_ENCODER_LZMA1 1
123292588Sdelphij
124292588Sdelphij/* Define to 1 if lzma2 encoder is enabled. */
125207842Smm#define HAVE_ENCODER_LZMA2 1
126292588Sdelphij
127292588Sdelphij/* Define to 1 if powerpc encoder is enabled. */
128207842Smm#define HAVE_ENCODER_POWERPC 1
129292588Sdelphij
130292588Sdelphij/* Define to 1 if sparc encoder is enabled. */
131207842Smm#define HAVE_ENCODER_SPARC 1
132292588Sdelphij
133292588Sdelphij/* Define to 1 if x86 encoder is enabled. */
134207842Smm#define HAVE_ENCODER_X86 1
135292588Sdelphij
136292588Sdelphij/* Define to 1 if you have the <fcntl.h> header file. */
137207842Smm#define HAVE_FCNTL_H 1
138292588Sdelphij
139292588Sdelphij/* Define to 1 if you have the `futimens' function. */
140292588Sdelphij/* #undef HAVE_FUTIMENS 1 */
141292588Sdelphij
142292588Sdelphij/* Define to 1 if you have the `futimes' function. */
143292588Sdelphij/* #undef HAVE_FUTIMES */
144292588Sdelphij
145292588Sdelphij/* Define to 1 if you have the `futimesat' function. */
146292588Sdelphij/* #undef HAVE_FUTIMESAT */
147292588Sdelphij
148292588Sdelphij/* Define to 1 if you have the <getopt.h> header file. */
149207842Smm#define HAVE_GETOPT_H 1
150292588Sdelphij
151292588Sdelphij/* Define to 1 if you have the `getopt_long' function. */
152207842Smm#define HAVE_GETOPT_LONG 1
153292588Sdelphij
154292588Sdelphij/* Define if the GNU gettext() function is already present or preinstalled. */
155292588Sdelphij/* FreeBSD - disabled intentionally */
156292588Sdelphij/* #undef HAVE_GETTEXT */
157292588Sdelphij
158292588Sdelphij/* Define if you have the iconv() function and it works. */
159292588Sdelphij#define HAVE_ICONV 1
160292588Sdelphij
161292588Sdelphij/* Define to 1 if you have the <immintrin.h> header file. */
162292588Sdelphij/* FreeBSD - only with clang because the base gcc does not support it */
163292588Sdelphij#if defined(__clang__) && defined(__FreeBSD__) && defined(__amd64__)
164292588Sdelphij#define HAVE_IMMINTRIN_H 1
165292588Sdelphij#endif
166292588Sdelphij
167292588Sdelphij/* Define to 1 if you have the <inttypes.h> header file. */
168207842Smm#define HAVE_INTTYPES_H 1
169292588Sdelphij
170292588Sdelphij/* Define to 1 if you have the <limits.h> header file. */
171207842Smm#define HAVE_LIMITS_H 1
172292588Sdelphij
173292588Sdelphij/* Define to 1 if mbrtowc and mbstate_t are properly declared. */
174213700Smm#define HAVE_MBRTOWC 1
175292588Sdelphij
176292588Sdelphij/* Define to 1 if you have the <memory.h> header file. */
177207842Smm#define HAVE_MEMORY_H 1
178292588Sdelphij
179292588Sdelphij/* Define to 1 to enable bt2 match finder. */
180207842Smm#define HAVE_MF_BT2 1
181292588Sdelphij
182292588Sdelphij/* Define to 1 to enable bt3 match finder. */
183207842Smm#define HAVE_MF_BT3 1
184292588Sdelphij
185292588Sdelphij/* Define to 1 to enable bt4 match finder. */
186207842Smm#define HAVE_MF_BT4 1
187292588Sdelphij
188292588Sdelphij/* Define to 1 to enable hc3 match finder. */
189207842Smm#define HAVE_MF_HC3 1
190292588Sdelphij
191292588Sdelphij/* Define to 1 to enable hc4 match finder. */
192207842Smm#define HAVE_MF_HC4 1
193292588Sdelphij
194292588Sdelphij/* Define to 1 if getopt.h declares extern int optreset. */
195207842Smm#define HAVE_OPTRESET 1
196292588Sdelphij
197292588Sdelphij/* Define to 1 if you have the `posix_fadvise' function. */
198292588Sdelphij#define HAVE_POSIX_FADVISE 1
199292588Sdelphij
200292588Sdelphij/* Define to 1 if you have the `pthread_condattr_setclock' function. */
201292588Sdelphij#define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
202292588Sdelphij
203292588Sdelphij/* Have PTHREAD_PRIO_INHERIT. */
204292588Sdelphij#define HAVE_PTHREAD_PRIO_INHERIT 1
205292588Sdelphij
206292588Sdelphij/* Define to 1 if you have the `SHA256Init' function. */
207292588Sdelphij/* #undef HAVE_SHA256INIT */
208292588Sdelphij
209292588Sdelphij/* Define to 1 if the system has the type `SHA256_CTX'. */
210292588Sdelphij/* FreeBSD - disabled libmd SHA256 for now */
211292588Sdelphij/* #undef HAVE_SHA256_CTX */
212292588Sdelphij
213292588Sdelphij/* Define to 1 if you have the <sha256.h> header file. */
214292588Sdelphij/* FreeBSD - disabled libmd SHA256 for now */
215292588Sdelphij/* #undef HAVE_SHA256_H */
216292588Sdelphij
217292588Sdelphij/* Define to 1 if you have the `SHA256_Init' function. */
218292588Sdelphij/* FreeBSD - disabled libmd SHA256 for now */
219292588Sdelphij/* #undef HAVE_SHA256_INIT */
220292588Sdelphij
221292588Sdelphij/* Define to 1 if the system has the type `SHA2_CTX'. */
222292588Sdelphij/* #undef HAVE_SHA2_CTX */
223292588Sdelphij
224292588Sdelphij/* Define to 1 if you have the <sha2.h> header file. */
225292588Sdelphij/* #undef HAVE_SHA2_H */
226292588Sdelphij
227292588Sdelphij/* Define to 1 if optimizing for size. */
228292588Sdelphij/* #undef HAVE_SMALL */
229292588Sdelphij
230292588Sdelphij/* Define to 1 if stdbool.h conforms to C99. */
231207842Smm#define HAVE_STDBOOL_H 1
232292588Sdelphij
233292588Sdelphij/* Define to 1 if you have the <stdint.h> header file. */
234207842Smm#define HAVE_STDINT_H 1
235292588Sdelphij
236292588Sdelphij/* Define to 1 if you have the <stdlib.h> header file. */
237207842Smm#define HAVE_STDLIB_H 1
238292588Sdelphij
239292588Sdelphij/* Define to 1 if you have the <strings.h> header file. */
240207842Smm#define HAVE_STRINGS_H 1
241292588Sdelphij
242292588Sdelphij/* Define to 1 if you have the <string.h> header file. */
243207842Smm#define HAVE_STRING_H 1
244292588Sdelphij
245292588Sdelphij/* Define to 1 if `st_atimensec' is a member of `struct stat'. */
246292588Sdelphij/* #undef HAVE_STRUCT_STAT_ST_ATIMENSEC */
247292588Sdelphij
248292588Sdelphij/* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
249207842Smm#define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
250292588Sdelphij
251292588Sdelphij/* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
252292588Sdelphij/* #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC */
253292588Sdelphij
254292588Sdelphij/* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
255292588Sdelphij#define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
256292588Sdelphij
257292588Sdelphij/* Define to 1 if `st_uatime' is a member of `struct stat'. */
258292588Sdelphij/* #undef HAVE_STRUCT_STAT_ST_UATIME */
259292588Sdelphij
260292588Sdelphij/* Define to 1 if you have the <sys/byteorder.h> header file. */
261292588Sdelphij/* #undef HAVE_SYS_BYTEORDER_H */
262292588Sdelphij
263312518Sdelphij/* Define to 1 if you have the <sys/capsicum.h> header file. */
264312518Sdelphij/* #undef HAVE_SYS_CAPSICUM_H */
265312518Sdelphij
266292588Sdelphij/* Define to 1 if you have the <sys/endian.h> header file. */
267207842Smm#define HAVE_SYS_ENDIAN_H 1
268292588Sdelphij
269292588Sdelphij/* Define to 1 if you have the <sys/param.h> header file. */
270207842Smm#define HAVE_SYS_PARAM_H 1
271292588Sdelphij
272292588Sdelphij/* Define to 1 if you have the <sys/stat.h> header file. */
273207842Smm#define HAVE_SYS_STAT_H 1
274292588Sdelphij
275292588Sdelphij/* Define to 1 if you have the <sys/time.h> header file. */
276207842Smm#define HAVE_SYS_TIME_H 1
277292588Sdelphij
278292588Sdelphij/* Define to 1 if you have the <sys/types.h> header file. */
279207842Smm#define HAVE_SYS_TYPES_H 1
280292588Sdelphij
281292588Sdelphij/* Define to 1 if the system has the type `uintptr_t'. */
282207842Smm#define HAVE_UINTPTR_T 1
283292588Sdelphij
284292588Sdelphij/* Define to 1 if you have the <unistd.h> header file. */
285207842Smm#define HAVE_UNISTD_H 1
286292588Sdelphij
287292588Sdelphij/* Define to 1 if you have the `utime' function. */
288292588Sdelphij/* #undef HAVE_UTIME */
289292588Sdelphij
290292588Sdelphij/* Define to 1 if you have the `utimes' function. */
291292588Sdelphij/* #undef HAVE_UTIMES */
292292588Sdelphij
293292588Sdelphij/* Define to 1 or 0, depending whether the compiler supports simple visibility
294292588Sdelphij   declarations. */
295207842Smm#define HAVE_VISIBILITY 1
296292588Sdelphij
297292588Sdelphij/* Define to 1 if you have the `wcwidth' function. */
298213700Smm#define HAVE_WCWIDTH 1
299292588Sdelphij
300292588Sdelphij/* Define to 1 if the system has the type `_Bool'. */
301207842Smm#define HAVE__BOOL 1
302292588Sdelphij
303312518Sdelphij/* Define to 1 if you have the `_futime' function. */
304312518Sdelphij/* #undef HAVE__FUTIME */
305312518Sdelphij
306292588Sdelphij/* Define to 1 if _mm_movemask_epi8 is available. */
307292588Sdelphij#if defined(__FreeBSD__) && defined(__amd64__)
308292588Sdelphij#define HAVE__MM_MOVEMASK_EPI8 1
309292588Sdelphij#endif
310292588Sdelphij
311292588Sdelphij/* Define to the sub-directory where libtool stores uninstalled libraries. */
312207842Smm#define LT_OBJDIR ".libs/"
313292588Sdelphij
314292588Sdelphij/* Define to 1 when using POSIX threads (pthreads). */
315292588Sdelphij#define MYTHREAD_POSIX 1
316292588Sdelphij
317292588Sdelphij/* Define to 1 when using Windows Vista compatible threads. This uses features
318292588Sdelphij   that are not available on Windows XP. */
319292588Sdelphij/* #undef MYTHREAD_VISTA */
320292588Sdelphij
321292588Sdelphij/* Define to 1 when using Windows 95 (and thus XP) compatible threads. This
322292588Sdelphij   avoids use of features that were added in Windows Vista. */
323292588Sdelphij/* #undef MYTHREAD_WIN95 */
324292588Sdelphij
325292588Sdelphij/* Define to 1 to disable debugging code. */
326207842Smm#define NDEBUG 1
327292588Sdelphij
328292588Sdelphij/* Name of package */
329207842Smm#define PACKAGE "xz"
330292588Sdelphij
331292588Sdelphij/* Define to the address where bug reports for this package should be sent. */
332207842Smm#define PACKAGE_BUGREPORT "lasse.collin@tukaani.org"
333292588Sdelphij
334292588Sdelphij/* Define to the full name of this package. */
335207842Smm#define PACKAGE_NAME "XZ Utils"
336292588Sdelphij
337292588Sdelphij/* Define to the full name and version of this package. */
338312518Sdelphij#define PACKAGE_STRING "XZ Utils 5.2.3"
339292588Sdelphij
340292588Sdelphij/* Define to the one symbol short name of this package. */
341207842Smm#define PACKAGE_TARNAME "xz"
342292588Sdelphij
343292588Sdelphij/* Define to the home page for this package. */
344207842Smm#define PACKAGE_URL "http://tukaani.org/xz/"
345292588Sdelphij
346292588Sdelphij/* Define to the version of this package. */
347312518Sdelphij#define PACKAGE_VERSION "5.2.3"
348292588Sdelphij
349292588Sdelphij/* Define to necessary symbol if this constant uses a non-standard name on
350292588Sdelphij   your system. */
351292588Sdelphij/* #undef PTHREAD_CREATE_JOINABLE */
352292588Sdelphij
353292588Sdelphij/* The size of `size_t', as computed by sizeof. */
354207842Smm#define SIZEOF_SIZE_T 8
355292588Sdelphij
356292588Sdelphij/* Define to 1 if you have the ANSI C header files. */
357207842Smm#define STDC_HEADERS 1
358292588Sdelphij
359292588Sdelphij/* Define to 1 if the number of available CPU cores can be detected with
360292588Sdelphij   cpuset(2). */
361292588Sdelphij#define TUKLIB_CPUCORES_CPUSET 1
362292588Sdelphij
363292588Sdelphij/* Define to 1 if the number of available CPU cores can be detected with
364292588Sdelphij   pstat_getdynamic(). */
365292588Sdelphij/* #undef TUKLIB_CPUCORES_PSTAT_GETDYNAMIC */
366292588Sdelphij
367292588Sdelphij/* Define to 1 if the number of available CPU cores can be detected with
368312518Sdelphij   sched_getaffinity() */
369312518Sdelphij/* #undef TUKLIB_CPUCORES_SCHED_GETAFFINITY */
370312518Sdelphij
371312518Sdelphij/* Define to 1 if the number of available CPU cores can be detected with
372292588Sdelphij   sysconf(_SC_NPROCESSORS_ONLN) or sysconf(_SC_NPROC_ONLN). */
373292588Sdelphij/* #undef TUKLIB_CPUCORES_SYSCONF */
374292588Sdelphij
375292588Sdelphij/* Define to 1 if the number of available CPU cores can be detected with
376292588Sdelphij   sysctl(). */
377292588Sdelphij/* #undef TUKLIB_CPUCORES_SYSCTL */
378292588Sdelphij
379292588Sdelphij/* Define to 1 if the system supports fast unaligned access to 16-bit and
380292588Sdelphij   32-bit integers. */
381292588Sdelphij/* FreeBSD - derive from __NO_STRICT_ALIGNMENT */
382292588Sdelphij/* #undef TUKLIB_FAST_UNALIGNED_ACCESS */
383292588Sdelphij
384292588Sdelphij/* Define to 1 if the amount of physical memory can be detected with
385292588Sdelphij   _system_configuration.physmem. */
386292588Sdelphij/* #undef TUKLIB_PHYSMEM_AIX */
387292588Sdelphij
388292588Sdelphij/* Define to 1 if the amount of physical memory can be detected with
389292588Sdelphij   getinvent_r(). */
390292588Sdelphij/* #undef TUKLIB_PHYSMEM_GETINVENT_R */
391292588Sdelphij
392292588Sdelphij/* Define to 1 if the amount of physical memory can be detected with
393292588Sdelphij   getsysinfo(). */
394292588Sdelphij/* #undef TUKLIB_PHYSMEM_GETSYSINFO */
395292588Sdelphij
396292588Sdelphij/* Define to 1 if the amount of physical memory can be detected with
397292588Sdelphij   pstat_getstatic(). */
398292588Sdelphij/* #undef TUKLIB_PHYSMEM_PSTAT_GETSTATIC */
399292588Sdelphij
400292588Sdelphij/* Define to 1 if the amount of physical memory can be detected with
401292588Sdelphij   sysconf(_SC_PAGESIZE) and sysconf(_SC_PHYS_PAGES). */
402207842Smm#define TUKLIB_PHYSMEM_SYSCONF 1
403292588Sdelphij
404292588Sdelphij/* Define to 1 if the amount of physical memory can be detected with sysctl().
405292588Sdelphij   */
406292588Sdelphij/* #undef TUKLIB_PHYSMEM_SYSCTL */
407292588Sdelphij
408292588Sdelphij/* Define to 1 if the amount of physical memory can be detected with Linux
409292588Sdelphij   sysinfo(). */
410292588Sdelphij/* #undef TUKLIB_PHYSMEM_SYSINFO */
411292588Sdelphij
412292588Sdelphij/* Enable extensions on AIX 3, Interix.  */
413207842Smm#ifndef _ALL_SOURCE
414207842Smm# define _ALL_SOURCE 1
415207842Smm#endif
416292588Sdelphij/* Enable GNU extensions on systems that have them.  */
417207842Smm#ifndef _GNU_SOURCE
418207842Smm# define _GNU_SOURCE 1
419207842Smm#endif
420292588Sdelphij/* Enable threading extensions on Solaris.  */
421207842Smm#ifndef _POSIX_PTHREAD_SEMANTICS
422207842Smm# define _POSIX_PTHREAD_SEMANTICS 1
423207842Smm#endif
424292588Sdelphij/* Enable extensions on HP NonStop.  */
425207842Smm#ifndef _TANDEM_SOURCE
426207842Smm# define _TANDEM_SOURCE 1
427207842Smm#endif
428292588Sdelphij/* Enable general extensions on Solaris.  */
429207842Smm#ifndef __EXTENSIONS__
430207842Smm# define __EXTENSIONS__ 1
431207842Smm#endif
432292588Sdelphij
433292588Sdelphij
434292588Sdelphij/* Version number of package */
435312518Sdelphij#define VERSION "5.2.3"
436292588Sdelphij
437292588Sdelphij/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
438292588Sdelphij   significant byte first (like Motorola and SPARC, unlike Intel). */
439209078Sdelphij#if defined(__FreeBSD__)
440223935Smm#include <sys/_types.h>
441223935Smm#if defined(__NO_STRICT_ALIGNMENT)
442223935Smm#define TUKLIB_FAST_UNALIGNED_ACCESS 1
443223935Smm#endif
444209078Sdelphij#include <machine/endian.h>
445209078Sdelphij#if _BYTE_ORDER == _BIG_ENDIAN
446209078Sdelphij# define WORDS_BIGENDIAN 1
447209078Sdelphij#endif
448207842Smm#endif
449292588Sdelphij
450292588Sdelphij/* Enable large inode numbers on Mac OS X 10.5.  */
451292588Sdelphij#ifndef _DARWIN_USE_64_BIT_INODE
452292588Sdelphij# define _DARWIN_USE_64_BIT_INODE 1
453209078Sdelphij#endif
454292588Sdelphij
455292588Sdelphij/* Number of bits in a file offset, on hosts where this is settable. */
456292588Sdelphij/* #undef _FILE_OFFSET_BITS */
457292588Sdelphij
458292588Sdelphij/* Define for large files, on AIX-style hosts. */
459292588Sdelphij/* #undef _LARGE_FILES */
460292588Sdelphij
461292588Sdelphij/* Define to 1 if on MINIX. */
462292588Sdelphij/* #undef _MINIX */
463292588Sdelphij
464292588Sdelphij/* Define to 2 if the system does not provide POSIX.1 features except with
465292588Sdelphij   this defined. */
466292588Sdelphij/* #undef _POSIX_1_SOURCE */
467292588Sdelphij
468292588Sdelphij/* Define to 1 if you need to in order for `stat' and other things to work. */
469292588Sdelphij/* #undef _POSIX_SOURCE */
470292588Sdelphij
471292588Sdelphij/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
472292588Sdelphij   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
473292588Sdelphij   #define below would cause a syntax error. */
474292588Sdelphij/* #undef _UINT32_T */
475292588Sdelphij
476292588Sdelphij/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
477292588Sdelphij   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
478292588Sdelphij   #define below would cause a syntax error. */
479292588Sdelphij/* #undef _UINT64_T */
480292588Sdelphij
481292588Sdelphij/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
482292588Sdelphij   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
483292588Sdelphij   #define below would cause a syntax error. */
484292588Sdelphij/* #undef _UINT8_T */
485292588Sdelphij
486292588Sdelphij/* Define to rpl_ if the getopt replacement functions and variables should be
487292588Sdelphij   used. */
488292588Sdelphij/* #undef __GETOPT_PREFIX */
489292588Sdelphij
490292588Sdelphij/* Define to the type of a signed integer type of width exactly 32 bits if
491292588Sdelphij   such a type exists and the standard includes do not define it. */
492292588Sdelphij/* #undef int32_t */
493292588Sdelphij
494292588Sdelphij/* Define to the type of a signed integer type of width exactly 64 bits if
495292588Sdelphij   such a type exists and the standard includes do not define it. */
496292588Sdelphij/* #undef int64_t */
497292588Sdelphij
498292588Sdelphij/* Define to the type of an unsigned integer type of width exactly 16 bits if
499292588Sdelphij   such a type exists and the standard includes do not define it. */
500292588Sdelphij/* #undef uint16_t */
501292588Sdelphij
502292588Sdelphij/* Define to the type of an unsigned integer type of width exactly 32 bits if
503292588Sdelphij   such a type exists and the standard includes do not define it. */
504292588Sdelphij/* #undef uint32_t */
505292588Sdelphij
506292588Sdelphij/* Define to the type of an unsigned integer type of width exactly 64 bits if
507292588Sdelphij   such a type exists and the standard includes do not define it. */
508292588Sdelphij/* #undef uint64_t */
509292588Sdelphij
510292588Sdelphij/* Define to the type of an unsigned integer type of width exactly 8 bits if
511292588Sdelphij   such a type exists and the standard includes do not define it. */
512292588Sdelphij/* #undef uint8_t */
513292588Sdelphij
514292588Sdelphij/* Define to the type of an unsigned integer type wide enough to hold a
515292588Sdelphij   pointer, if such a type exists, and if the system does not define it. */
516292588Sdelphij/* #undef uintptr_t */
517