1 /* include/bibtool/config.h.  Generated from config.h.in by configure.  */
2 /* AutoConf/config.h.in.  Generated from configure.in by autoheader.  */
3 
4 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
5    systems. This function is required for `alloca.c' support on those systems.
6    */
7 /* #undef CRAY_STACKSEG_END */
8 
9 /* Define to 1 if using `alloca.c'. */
10 /* #undef C_ALLOCA */
11 
12 /* Define to 1 if you have `alloca', as a function or macro. */
13 #define HAVE_ALLOCA 1
14 
15 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
16    */
17 #define HAVE_ALLOCA_H 1
18 
19 /* Define to 1 if you have the `getenv' function. */
20 #define HAVE_GETENV 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 you have the <memory.h> header file. */
26 #define HAVE_MEMORY_H 1
27 
28 /* Define to 1 if you have the <stdint.h> header file. */
29 #define HAVE_STDINT_H 1
30 
31 /* Define to 1 if you have the <stdlib.h> header file. */
32 #define HAVE_STDLIB_H 1
33 
34 /* Define to 1 if you have the <stdbool.h> header file. */
35 #define HAVE_STDBOOL_H 1
36 
37 /* Define to 1 if you have the <strings.h> header file. */
38 #define HAVE_STRINGS_H 1
39 
40 /* Define to 1 if you have the <string.h> header file. */
41 #define HAVE_STRING_H 1
42 
43 /* Define to 1 if you have the `strrchr' function. */
44 #define HAVE_STRRCHR 1
45 
46 /* Define to 1 if you have the <sys/stat.h> header file. */
47 #define HAVE_SYS_STAT_H 1
48 
49 /* Define to 1 if you have the <sys/types.h> header file. */
50 #define HAVE_SYS_TYPES_H 1
51 
52 /* Define to 1 if you have the <time.h> header file. */
53 #define HAVE_TIME_H 1
54 
55 /* Define to 1 if you have the <unistd.h> header file. */
56 #define HAVE_UNISTD_H 1
57 
58 /* Define to the address where bug reports for this package should be sent. */
59 #define PACKAGE_BUGREPORT ""
60 
61 /* Define to the full name of this package. */
62 #define PACKAGE_NAME "BibTool"
63 
64 /* Define to the full name and version of this package. */
65 #define PACKAGE_STRING "BibTool 2.*"
66 
67 /* Define to the one symbol short name of this package. */
68 #define PACKAGE_TARNAME "bibtool"
69 
70 /* Define to the home page for this package. */
71 #define PACKAGE_URL ""
72 
73 /* Define to the version of this package. */
74 #define PACKAGE_VERSION "2.*"
75 
76 /* If using the C implementation of alloca, define if you know the
77    direction of stack growth for your system; otherwise it will be
78    automatically deduced at runtime.
79 	STACK_DIRECTION > 0 => grows toward higher addresses
80 	STACK_DIRECTION < 0 => grows toward lower addresses
81 	STACK_DIRECTION = 0 => direction of growth unknown */
82 /* #undef STACK_DIRECTION */
83 
84 /* Define to 1 if you have the ANSI C header files. */
85 #define STDC_HEADERS 1
86 
87 /* Enable extensions on AIX 3, Interix.  */
88 #ifndef _ALL_SOURCE
89 # define _ALL_SOURCE 1
90 #endif
91 /* Enable GNU extensions on systems that have them.  */
92 #ifndef _GNU_SOURCE
93 # define _GNU_SOURCE 1
94 #endif
95 /* Enable threading extensions on Solaris.  */
96 #ifndef _POSIX_PTHREAD_SEMANTICS
97 # define _POSIX_PTHREAD_SEMANTICS 1
98 #endif
99 /* Enable extensions on HP NonStop.  */
100 #ifndef _TANDEM_SOURCE
101 # define _TANDEM_SOURCE 1
102 #endif
103 /* Enable general extensions on Solaris.  */
104 #ifndef __EXTENSIONS__
105 # define __EXTENSIONS__ 1
106 #endif
107 
108 
109 /* Define to 1 if on MINIX. */
110 /* #undef _MINIX */
111 
112 /* Define to 2 if the system does not provide POSIX.1 features except with
113    this defined. */
114 /* #undef _POSIX_1_SOURCE */
115 
116 /* Define to 1 if you need to in order for `stat' and other things to work. */
117 /* #undef _POSIX_SOURCE */
118 
119 /* Define to empty if `const' does not conform to ANSI C. */
120 /* #undef const */
121 
122 /* Define to `unsigned int' if <sys/types.h> does not define. */
123 /* #undef size_t */
124