1/* config.h.in.  Generated from configure.in by autoheader.  */
2
3#ifndef config_h_included
4#define config_h_included
5
6
7/* support for O_LARGEFILE */
8#undef HAVE_OLARGEFILE
9
10/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
11#undef HAVE_SYS_WAIT_H
12
13/* Name of package */
14#undef PACKAGE
15
16/* Define to the address where bug reports for this package should be sent. */
17#undef PACKAGE_BUGREPORT
18
19/* Define to the full name of this package. */
20#undef PACKAGE_NAME
21
22/* Define to the full name and version of this package. */
23#undef PACKAGE_STRING
24
25/* Define to the one symbol short name of this package. */
26#undef PACKAGE_TARNAME
27
28/* Define to the version of this package. */
29#undef PACKAGE_VERSION
30
31/* Version number of package */
32#undef VERSION
33
34/* Define to 1 if SSL support is included. */
35#undef WITH_SSL
36
37#endif
38
39