779c62f080a04c6372a3dcaf0999ba3a3e834b6a
[com/asn1c.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD
5
6 /* Have 128-bit integer */
7 #undef HAVE_128_BIT_INT
8
9 /* Define to 1 if you have the declaration of `strcasecmp', and to 0 if you
10    don't. */
11 #undef HAVE_DECL_STRCASECMP
12
13 /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
14    don't. */
15 #undef HAVE_DECL_VASPRINTF
16
17 /* Define to 1 if you have the <dlfcn.h> header file. */
18 #undef HAVE_DLFCN_H
19
20 /* Define to 1 if you have the <inttypes.h> header file. */
21 #undef HAVE_INTTYPES_H
22
23 /* Define to 1 if you have the <memory.h> header file. */
24 #undef HAVE_MEMORY_H
25
26 /* Define to 1 if you have the `mergesort' function. */
27 #undef HAVE_MERGESORT
28
29 /* Define to 1 if you have the `mkstemps' function. */
30 #undef HAVE_MKSTEMPS
31
32 /* Define to 1 if you have the <stdint.h> header file. */
33 #undef HAVE_STDINT_H
34
35 /* Define to 1 if you have the <stdlib.h> header file. */
36 #undef HAVE_STDLIB_H
37
38 /* Define to 1 if you have the <strings.h> header file. */
39 #undef HAVE_STRINGS_H
40
41 /* Define to 1 if you have the <string.h> header file. */
42 #undef HAVE_STRING_H
43
44 /* Define to 1 if you have the `strtoimax' function. */
45 #undef HAVE_STRTOIMAX
46
47 /* Define to 1 if you have the `strtoll' function. */
48 #undef HAVE_STRTOLL
49
50 /* Define to 1 if you have the symlink function. */
51 #undef HAVE_SYMLINK
52
53 /* Define to 1 if you have the <sys/param.h> header file. */
54 #undef HAVE_SYS_PARAM_H
55
56 /* Define to 1 if you have the <sys/stat.h> header file. */
57 #undef HAVE_SYS_STAT_H
58
59 /* Define to 1 if you have the <sys/types.h> header file. */
60 #undef HAVE_SYS_TYPES_H
61
62 /* Define to 1 if you have the `timegm' function. */
63 #undef HAVE_TIMEGM
64
65 /* Define to 1 if you have the <unistd.h> header file. */
66 #undef HAVE_UNISTD_H
67
68 /* Define to the sub-directory where libtool stores uninstalled libraries. */
69 #undef LT_OBJDIR
70
71 /* Name of package */
72 #undef PACKAGE
73
74 /* Define to the address where bug reports for this package should be sent. */
75 #undef PACKAGE_BUGREPORT
76
77 /* Define to the full name of this package. */
78 #undef PACKAGE_NAME
79
80 /* Define to the full name and version of this package. */
81 #undef PACKAGE_STRING
82
83 /* Define to the one symbol short name of this package. */
84 #undef PACKAGE_TARNAME
85
86 /* Define to the home page for this package. */
87 #undef PACKAGE_URL
88
89 /* Define to the version of this package. */
90 #undef PACKAGE_VERSION
91
92 /* The size of `void *', as computed by sizeof. */
93 #undef SIZEOF_VOID_P
94
95 /* Define to 1 if you have the ANSI C header files. */
96 #undef STDC_HEADERS
97
98 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
99 #undef TM_IN_SYS_TIME
100
101 /* Version number of package */
102 #undef VERSION
103
104 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
105    significant byte first (like Motorola and SPARC, unlike Intel). */
106 #if defined AC_APPLE_UNIVERSAL_BUILD
107 # if defined __BIG_ENDIAN__
108 #  define WORDS_BIGENDIAN 1
109 # endif
110 #else
111 # ifndef WORDS_BIGENDIAN
112 #  undef WORDS_BIGENDIAN
113 # endif
114 #endif
115
116 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
117    `char[]'. */
118 #undef YYTEXT_POINTER
119
120 /* Define to `int64_t' if <sys/types.h> does not define. */
121 #undef intmax_t
122
123 /* Define to `long int' if <sys/types.h> does not define. */
124 #undef off_t
125
126 /* Define to `unsigned int' if <sys/types.h> does not define. */
127 #undef size_t