libtoolized.
[platform/upstream/libaec.git] / config / config.h
1 /* config/config.h.  Generated from config.h.in by configure.  */
2 /* config/config.h.in.  Generated from configure.ac by autoheader.  */
3
4 /* Define to 1 if you have the <dlfcn.h> header file. */
5 #define HAVE_DLFCN_H 1
6
7 /* Define to 1 if you have the <inttypes.h> header file. */
8 #define HAVE_INTTYPES_H 1
9
10 /* Define to 1 if you have the `ae' library (-lae). */
11 /* #undef HAVE_LIBAE */
12
13 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
14    to 0 otherwise. */
15 #define HAVE_MALLOC 1
16
17 /* Define to 1 if you have the <memory.h> header file. */
18 #define HAVE_MEMORY_H 1
19
20 /* Define to 1 if you have the `memset' function. */
21 #define HAVE_MEMSET 1
22
23 /* Define to 1 if you have the <stddef.h> header file. */
24 #define HAVE_STDDEF_H 1
25
26 /* Define to 1 if you have the <stdint.h> header file. */
27 #define HAVE_STDINT_H 1
28
29 /* Define to 1 if you have the <stdlib.h> header file. */
30 #define HAVE_STDLIB_H 1
31
32 /* Define to 1 if you have the <strings.h> header file. */
33 #define HAVE_STRINGS_H 1
34
35 /* Define to 1 if you have the <string.h> header file. */
36 #define HAVE_STRING_H 1
37
38 /* Define to 1 if you have the `strstr' function. */
39 #define HAVE_STRSTR 1
40
41 /* Define to 1 if you have the <sys/stat.h> header file. */
42 #define HAVE_SYS_STAT_H 1
43
44 /* Define to 1 if you have the <sys/types.h> header file. */
45 #define HAVE_SYS_TYPES_H 1
46
47 /* Define to 1 if you have the <unistd.h> header file. */
48 #define HAVE_UNISTD_H 1
49
50 /* Define to the sub-directory in which libtool stores uninstalled libraries.
51    */
52 #define LT_OBJDIR ".libs/"
53
54 /* Name of package */
55 #define PACKAGE "libaes"
56
57 /* Define to the address where bug reports for this package should be sent. */
58 #define PACKAGE_BUGREPORT "rosenhauer@dkrz.de"
59
60 /* Define to the full name of this package. */
61 #define PACKAGE_NAME "libaes"
62
63 /* Define to the full name and version of this package. */
64 #define PACKAGE_STRING "libaes 0.0.2"
65
66 /* Define to the one symbol short name of this package. */
67 #define PACKAGE_TARNAME "libaes"
68
69 /* Define to the home page for this package. */
70 #define PACKAGE_URL ""
71
72 /* Define to the version of this package. */
73 #define PACKAGE_VERSION "0.0.2"
74
75 /* Define to 1 if you have the ANSI C header files. */
76 #define STDC_HEADERS 1
77
78 /* Version number of package */
79 #define VERSION "0.0.2"
80
81 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
82    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
83    #define below would cause a syntax error. */
84 /* #undef _UINT32_T */
85
86 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
87    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
88    #define below would cause a syntax error. */
89 /* #undef _UINT64_T */
90
91 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
92    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
93    #define below would cause a syntax error. */
94 /* #undef _UINT8_T */
95
96 /* Define to `__inline__' or `__inline' if that's what the C compiler
97    calls it, or to nothing if 'inline' is not supported under any name.  */
98 #ifndef __cplusplus
99 /* #undef inline */
100 #endif
101
102 /* Define to the type of a signed integer type of width exactly 64 bits if
103    such a type exists and the standard includes do not define it. */
104 /* #undef int64_t */
105
106 /* Define to rpl_malloc if the replacement function should be used. */
107 /* #undef malloc */
108
109 /* Define to `unsigned int' if <sys/types.h> does not define. */
110 /* #undef size_t */
111
112 /* Define to the type of an unsigned integer type of width exactly 32 bits if
113    such a type exists and the standard includes do not define it. */
114 /* #undef uint32_t */
115
116 /* Define to the type of an unsigned integer type of width exactly 64 bits if
117    such a type exists and the standard includes do not define it. */
118 /* #undef uint64_t */
119
120 /* Define to the type of an unsigned integer type of width exactly 8 bits if
121    such a type exists and the standard includes do not define it. */
122 /* #undef uint8_t */