Git init
[external/xmlsec1.git] / config.h.in
1 /* config.h.in.  Generated from configure.in by autoheader.  */
2
3 /* Define to 1 if you have the <ansidecl.h> header file. */
4 #undef HAVE_ANSIDECL_H
5
6 /* Define to 1 if you have the <ctype.h> header file. */
7 #undef HAVE_CTYPE_H
8
9 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
10    */
11 #undef HAVE_DIRENT_H
12
13 /* Define to 1 if you have the <dlfcn.h> header file. */
14 #undef HAVE_DLFCN_H
15
16 /* Define to 1 if you have the <errno.h> header file. */
17 #undef HAVE_ERRNO_H
18
19 /* Define to 1 if you have the `fprintf' function. */
20 #undef HAVE_FPRINTF
21
22 /* Define to 1 if you have the <inttypes.h> header file. */
23 #undef HAVE_INTTYPES_H
24
25 /* Define to 1 if you have the <memory.h> header file. */
26 #undef HAVE_MEMORY_H
27
28 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
29 #undef HAVE_NDIR_H
30
31 /* Define to 1 if you have the `printf' function. */
32 #undef HAVE_PRINTF
33
34 /* Define to 1 if you have the `snprintf' function. */
35 #undef HAVE_SNPRINTF
36
37 /* Define to 1 if you have the `sprintf' function. */
38 #undef HAVE_SPRINTF
39
40 /* Define to 1 if you have the `sscanf' function. */
41 #undef HAVE_SSCANF
42
43 /* Define to 1 if you have the <stdint.h> header file. */
44 #undef HAVE_STDINT_H
45
46 /* Define to 1 if you have the <stdio.h> header file. */
47 #undef HAVE_STDIO_H
48
49 /* Define to 1 if you have the <stdlib.h> header file. */
50 #undef HAVE_STDLIB_H
51
52 /* Define to 1 if you have the `strchr' function. */
53 #undef HAVE_STRCHR
54
55 /* Define to 1 if you have the <strings.h> header file. */
56 #undef HAVE_STRINGS_H
57
58 /* Define to 1 if you have the <string.h> header file. */
59 #undef HAVE_STRING_H
60
61 /* Define to 1 if you have the `strrchr' function. */
62 #undef HAVE_STRRCHR
63
64 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
65    */
66 #undef HAVE_SYS_DIR_H
67
68 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
69    */
70 #undef HAVE_SYS_NDIR_H
71
72 /* Define to 1 if you have the <sys/stat.h> header file. */
73 #undef HAVE_SYS_STAT_H
74
75 /* Define to 1 if you have the <sys/types.h> header file. */
76 #undef HAVE_SYS_TYPES_H
77
78 /* Define to 1 if you have the `timegm' function. */
79 #undef HAVE_TIMEGM
80
81 /* Define to 1 if you have the <time.h> header file. */
82 #undef HAVE_TIME_H
83
84 /* Define to 1 if you have the <unistd.h> header file. */
85 #undef HAVE_UNISTD_H
86
87 /* Define to 1 if you have the `vfprintf' function. */
88 #undef HAVE_VFPRINTF
89
90 /* Define to 1 if you have the `vsnprintf' function. */
91 #undef HAVE_VSNPRINTF
92
93 /* Define to 1 if you have the `vsprintf' function. */
94 #undef HAVE_VSPRINTF
95
96 /* Define to the sub-directory in which libtool stores uninstalled libraries.
97    */
98 #undef LT_OBJDIR
99
100 /* Name of package */
101 #undef PACKAGE
102
103 /* Define to the address where bug reports for this package should be sent. */
104 #undef PACKAGE_BUGREPORT
105
106 /* Define to the full name of this package. */
107 #undef PACKAGE_NAME
108
109 /* Define to the full name and version of this package. */
110 #undef PACKAGE_STRING
111
112 /* Define to the one symbol short name of this package. */
113 #undef PACKAGE_TARNAME
114
115 /* Define to the home page for this package. */
116 #undef PACKAGE_URL
117
118 /* Define to the version of this package. */
119 #undef PACKAGE_VERSION
120
121 /* Define to 1 if the C compiler supports function prototypes. */
122 #undef PROTOTYPES
123
124 /* The size of `size_t', as computed by sizeof. */
125 #undef SIZEOF_SIZE_T
126
127 /* Define to 1 if you have the ANSI C header files. */
128 #undef STDC_HEADERS
129
130 /* Version number of package */
131 #undef VERSION
132
133 /* Define like PROTOTYPES; this can be used by system headers. */
134 #undef __PROTOTYPES