128019Sjoerg/* config.h.  Generated by configure.  */
228021Sjoerg/* config.h.in.  Generated from configure.ac by autoheader.  */
328021Sjoerg/* $FreeBSD$ */
428021Sjoerg
528021Sjoerg/* Define to 1 if you have the <alloca.h> header file. */
628021Sjoerg/* #undef HAVE_ALLOCA_H */
728021Sjoerg
828021Sjoerg/* Define to 1 if you have the <fcntl.h> header file. */
928021Sjoerg#define HAVE_FCNTL_H 1
1028021Sjoerg
1128021Sjoerg/* __attribute__((visibility ("hidden"))) supported */
1228021Sjoerg#define HAVE_HIDDEN_VISIBILITY 1
1328021Sjoerg
1428021Sjoerg/* Define to 1 if you have the <inttypes.h> header file. */
1528021Sjoerg#define HAVE_INTTYPES_H 1
1628021Sjoerg
1728021Sjoerg/* Define to 1 if you have the <limits.h> header file. */
1828021Sjoerg#define HAVE_LIMITS_H 1
1928021Sjoerg
2028021Sjoerg/* Define to 1 if you have the <memory.h> header file. */
2128021Sjoerg#define HAVE_MEMORY_H 1
2228021Sjoerg
2328019Sjoerg/* Define to 1 if you have the `mempcpy' function. */
2428019Sjoerg/* #undef HAVE_MEMPCPY */
2528021Sjoerg
2628019Sjoerg/* Define to 1 if you have the <paths.h> header file. */
2728019Sjoerg#define HAVE_PATHS_H 1
2828019Sjoerg
2928019Sjoerg/* Define to 1 if you have the <stdint.h> header file. */
3028019Sjoerg#define HAVE_STDINT_H 1
3128019Sjoerg
3228019Sjoerg/* Define to 1 if you have the <stdio.h> header file. */
3328019Sjoerg#define HAVE_STDIO_H 1
3428019Sjoerg
3528019Sjoerg/* Define to 1 if you have the <stdlib.h> header file. */
3628019Sjoerg#define HAVE_STDLIB_H 1
3728019Sjoerg
3828019Sjoerg/* Define to 1 if you have the <strings.h> header file. */
3928019Sjoerg#define HAVE_STRINGS_H 1
4028019Sjoerg
4128019Sjoerg/* Define to 1 if you have the <string.h> header file. */
4228019Sjoerg#define HAVE_STRING_H 1
4328019Sjoerg
4428019Sjoerg/* Define to 1 if you have the `strncat' function. */
4528019Sjoerg#define HAVE_STRNCAT 1
4628019Sjoerg
4728019Sjoerg/* Define to 1 if you have the `strncpy' function. */
4828019Sjoerg#define HAVE_STRNCPY 1
4928019Sjoerg
5028019Sjoerg/* Define to 1 if you have the <syslog.h> header file. */
5128019Sjoerg#define HAVE_SYSLOG_H 1
5228019Sjoerg
5328019Sjoerg/* Define to 1 if you have the <sys/stat.h> header file. */
5428021Sjoerg#define HAVE_SYS_STAT_H 1
5528021Sjoerg
5646051Swes/* Define to 1 if you have the <sys/types.h> header file. */
5728021Sjoerg#define HAVE_SYS_TYPES_H 1
5828021Sjoerg
5928019Sjoerg/* Define to 1 if you have the <unistd.h> header file. */
6028021Sjoerg#define HAVE_UNISTD_H 1
6128019Sjoerg
6228019Sjoerg/* vsnprintf is present and works */
6328021Sjoerg#define HAVE_USABLE_VSNPRINTF 1
6428021Sjoerg
6528019Sjoerg/* Name of package */
6628019Sjoerg#define PACKAGE "libssp"
6728019Sjoerg
6828019Sjoerg/* Define to the address where bug reports for this package should be sent. */
6928019Sjoerg#define PACKAGE_BUGREPORT ""
7028021Sjoerg
7128019Sjoerg/* Define to the full name of this package. */
7228021Sjoerg#define PACKAGE_NAME "libssp"
7328019Sjoerg
7439113Sdt/* Define to the full name and version of this package. */
7528021Sjoerg#define PACKAGE_STRING "libssp 1.0"
7628019Sjoerg
7728021Sjoerg/* Define to the one symbol short name of this package. */
7828021Sjoerg#define PACKAGE_TARNAME "libssp"
7928021Sjoerg
8028021Sjoerg/* Define to the version of this package. */
8128019Sjoerg#define PACKAGE_VERSION "1.0"
8228021Sjoerg
8328021Sjoerg/* Define to 1 if you have the ANSI C header files. */
8428021Sjoerg#define STDC_HEADERS 1
8528021Sjoerg
8628019Sjoerg/* Version number of package */
8728021Sjoerg#define VERSION "1.0"
8828019Sjoerg