config.h.in revision 6e7d3316
1a966c04fSmrg/* config.h.in.  Generated from configure.ac by autoheader.  */
2a966c04fSmrg
3a966c04fSmrg/* Define to 1 if you have the <dlfcn.h> header file. */
4a966c04fSmrg#undef HAVE_DLFCN_H
5a966c04fSmrg
6a966c04fSmrg/* Define to 1 if you have the <inttypes.h> header file. */
7a966c04fSmrg#undef HAVE_INTTYPES_H
8a966c04fSmrg
9a966c04fSmrg/* Define to 1 if you have the <memory.h> header file. */
10a966c04fSmrg#undef HAVE_MEMORY_H
11a966c04fSmrg
12a966c04fSmrg/* Define to 1 if you have the <stdint.h> header file. */
13a966c04fSmrg#undef HAVE_STDINT_H
14a966c04fSmrg
15a966c04fSmrg/* Define to 1 if you have the <stdlib.h> header file. */
16a966c04fSmrg#undef HAVE_STDLIB_H
17a966c04fSmrg
18a966c04fSmrg/* Define to 1 if you have the <strings.h> header file. */
19a966c04fSmrg#undef HAVE_STRINGS_H
20a966c04fSmrg
21a966c04fSmrg/* Define to 1 if you have the <string.h> header file. */
22a966c04fSmrg#undef HAVE_STRING_H
23a966c04fSmrg
24a966c04fSmrg/* Define to 1 if you have the `strlcat' function. */
25a966c04fSmrg#undef HAVE_STRLCAT
26a966c04fSmrg
27a966c04fSmrg/* Define to 1 if you have the <sys/stat.h> header file. */
28a966c04fSmrg#undef HAVE_SYS_STAT_H
29a966c04fSmrg
30a966c04fSmrg/* Define to 1 if you have the <sys/types.h> header file. */
31a966c04fSmrg#undef HAVE_SYS_TYPES_H
32a966c04fSmrg
33a966c04fSmrg/* Define to 1 if you have the <unistd.h> header file. */
34a966c04fSmrg#undef HAVE_UNISTD_H
35a966c04fSmrg
36a966c04fSmrg/* Location of translated messages */
37a966c04fSmrg#undef LOCALEDIR
38a966c04fSmrg
396e7d3316Smrg/* Define to the sub-directory in which libtool stores uninstalled libraries.
406e7d3316Smrg   */
416e7d3316Smrg#undef LT_OBJDIR
426e7d3316Smrg
43a966c04fSmrg/* Name of package */
44a966c04fSmrg#undef PACKAGE
45a966c04fSmrg
46a966c04fSmrg/* Define to the address where bug reports for this package should be sent. */
47a966c04fSmrg#undef PACKAGE_BUGREPORT
48a966c04fSmrg
49a966c04fSmrg/* Define to the full name of this package. */
50a966c04fSmrg#undef PACKAGE_NAME
51a966c04fSmrg
52a966c04fSmrg/* Define to the full name and version of this package. */
53a966c04fSmrg#undef PACKAGE_STRING
54a966c04fSmrg
55a966c04fSmrg/* Define to the one symbol short name of this package. */
56a966c04fSmrg#undef PACKAGE_TARNAME
57a966c04fSmrg
586e7d3316Smrg/* Define to the home page for this package. */
596e7d3316Smrg#undef PACKAGE_URL
606e7d3316Smrg
61a966c04fSmrg/* Define to the version of this package. */
62a966c04fSmrg#undef PACKAGE_VERSION
63a966c04fSmrg
64a966c04fSmrg/* Major version of this package */
65a966c04fSmrg#undef PACKAGE_VERSION_MAJOR
66a966c04fSmrg
67a966c04fSmrg/* Minor version of this package */
68a966c04fSmrg#undef PACKAGE_VERSION_MINOR
69a966c04fSmrg
70a966c04fSmrg/* Patch version of this package */
71a966c04fSmrg#undef PACKAGE_VERSION_PATCHLEVEL
72a966c04fSmrg
73a966c04fSmrg/* Define to 1 to automatically look for files with .Z & .gz extensions */
74a966c04fSmrg#undef STAT_ZFILE
75a966c04fSmrg
76a966c04fSmrg/* Define to 1 if you have the ANSI C header files. */
77a966c04fSmrg#undef STDC_HEADERS
78a966c04fSmrg
79a966c04fSmrg/* Define to 1 if you want to use the gettext() function. */
80a966c04fSmrg#undef USE_GETTEXT
81a966c04fSmrg
82a966c04fSmrg/* Version number of package */
83a966c04fSmrg#undef VERSION
84