28 lines
736 B
C
28 lines
736 B
C
|
/* setup.h.in. Generated from configure.ac by autoheader. */
|
||
|
|
||
|
/* Define to 1 if you have the `crypto' library (-lcrypto). */
|
||
|
#undef HAVE_LIBCRYPTO
|
||
|
|
||
|
/* Define to the address where bug reports for this package should be sent. */
|
||
|
#undef PACKAGE_BUGREPORT
|
||
|
|
||
|
/* Define to the full name of this package. */
|
||
|
#undef PACKAGE_NAME
|
||
|
|
||
|
/* Define to the full name and version of this package. */
|
||
|
#undef PACKAGE_STRING
|
||
|
|
||
|
/* Define to the one symbol short name of this package. */
|
||
|
#undef PACKAGE_TARNAME
|
||
|
|
||
|
/* Define to the version of this package. */
|
||
|
#undef PACKAGE_VERSION
|
||
|
|
||
|
/* Define to 1 if you have the ANSI C header files. */
|
||
|
#undef STDC_HEADERS
|
||
|
|
||
|
/* Enable GNU extensions on systems that have them. */
|
||
|
#ifndef _GNU_SOURCE
|
||
|
# undef _GNU_SOURCE
|
||
|
#endif
|