1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.in by autoheader.  */
3 
4 /* Define to 1 if translation of program messages to the user's native
5    language is requested. */
6 /* #undef ENABLE_NLS */
7 
8 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
9    CoreFoundation framework. */
10 /* #undef HAVE_CFLOCALECOPYCURRENT */
11 
12 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
13    the CoreFoundation framework. */
14 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
15 
16 /* Define if the GNU dcgettext() function is already present or preinstalled.
17    */
18 /* #undef HAVE_DCGETTEXT */
19 
20 /* Define to 1 if you have the <dlfcn.h> header file. */
21 #define HAVE_DLFCN_H 1
22 
23 /* Define if the GNU gettext() function is already present or preinstalled. */
24 /* #undef HAVE_GETTEXT */
25 
26 /* Define if you have the iconv() function. */
27 #define HAVE_ICONV 1
28 
29 /* Define to 1 if you have the <inttypes.h> header file. */
30 #define HAVE_INTTYPES_H 1
31 
32 /* Define to 1 if you support file names longer than 14 characters. */
33 #define HAVE_LONG_FILE_NAMES 1
34 
35 /* Define to 1 if you have the <memory.h> header file. */
36 #define HAVE_MEMORY_H 1
37 
38 /* Define to 1 if you have the <stdint.h> header file. */
39 #define HAVE_STDINT_H 1
40 
41 /* Define to 1 if you have the <stdlib.h> header file. */
42 #define HAVE_STDLIB_H 1
43 
44 /* Define to 1 if you have the <strings.h> header file. */
45 #define HAVE_STRINGS_H 1
46 
47 /* Define to 1 if you have the <string.h> header file. */
48 #define HAVE_STRING_H 1
49 
50 /* Define to 1 if you have the <sys/stat.h> header file. */
51 #define HAVE_SYS_STAT_H 1
52 
53 /* Define to 1 if you have the <sys/types.h> header file. */
54 #define HAVE_SYS_TYPES_H 1
55 
56 /* Define to 1 if you have the <unistd.h> header file. */
57 #define HAVE_UNISTD_H 1
58 
59 /* Define to the sub-directory in which libtool stores uninstalled libraries.
60    */
61 #define LT_OBJDIR ".libs/"
62 
63 /* Name of package */
64 #define PACKAGE "tpm-tools"
65 
66 /* Define to the address where bug reports for this package should be sent. */
67 #define PACKAGE_BUGREPORT "trousers-tech@lists.sf.net"
68 
69 /* Define to the full name of this package. */
70 #define PACKAGE_NAME "tpm-tools"
71 
72 /* Define to the full name and version of this package. */
73 #define PACKAGE_STRING "tpm-tools 1.3.7"
74 
75 /* Define to the one symbol short name of this package. */
76 #define PACKAGE_TARNAME "tpm-tools"
77 
78 /* Define to the home page for this package. */
79 #define PACKAGE_URL ""
80 
81 /* Define to the version of this package. */
82 #define PACKAGE_VERSION "1.3.7"
83 
84 /* Define as the return type of signal handlers (`int' or `void'). */
85 #define RETSIGTYPE void
86 
87 /* Define to 1 if you have the ANSI C header files. */
88 #define STDC_HEADERS 1
89 
90 /* Version number of package */
91 #define VERSION "1.3.7"
92 
93 /* Define to empty if `const' does not conform to ANSI C. */
94 /* #undef const */
95 
96 /* Define to `int' if <sys/types.h> doesn't define. */
97 /* #undef gid_t */
98 
99 /* Define to `__inline__' or `__inline' if that's what the C compiler
100    calls it, or to nothing if 'inline' is not supported under any name.  */
101 #ifndef __cplusplus
102 /* #undef inline */
103 #endif
104 
105 /* Define to `int' if <sys/types.h> does not define. */
106 /* #undef mode_t */
107 
108 /* Define to `long int' if <sys/types.h> does not define. */
109 /* #undef off_t */
110 
111 /* Define to `int' if <sys/types.h> does not define. */
112 /* #undef pid_t */
113 
114 /* Define to `unsigned int' if <sys/types.h> does not define. */
115 /* #undef size_t */
116 
117 /* Define to `int' if <sys/types.h> doesn't define. */
118 /* #undef uid_t */
119