1169718Skan/* config.h.  Generated by configure.  */
2169718Skan/* config.h.in.  Generated from configure.ac by autoheader.  */
3169718Skan/* $FreeBSD$ */
4169718Skan
5169718Skan/* Define to 1 if you have the <alloca.h> header file. */
6169718Skan/* #undef HAVE_ALLOCA_H */
7169718Skan
8169718Skan/* Define to 1 if you have the <fcntl.h> header file. */
9169718Skan#define HAVE_FCNTL_H 1
10169718Skan
11169718Skan/* __attribute__((visibility ("hidden"))) supported */
12169718Skan#define HAVE_HIDDEN_VISIBILITY 1
13169718Skan
14169718Skan/* Define to 1 if you have the <inttypes.h> header file. */
15169718Skan#define HAVE_INTTYPES_H 1
16169718Skan
17169718Skan/* Define to 1 if you have the <limits.h> header file. */
18169718Skan#define HAVE_LIMITS_H 1
19169718Skan
20169718Skan/* Define to 1 if you have the <memory.h> header file. */
21169718Skan#define HAVE_MEMORY_H 1
22169718Skan
23169718Skan/* Define to 1 if you have the `mempcpy' function. */
24169718Skan/* #undef HAVE_MEMPCPY */
25169718Skan
26169718Skan/* Define to 1 if you have the <paths.h> header file. */
27169718Skan#define HAVE_PATHS_H 1
28169718Skan
29169718Skan/* Define to 1 if you have the <stdint.h> header file. */
30169718Skan#define HAVE_STDINT_H 1
31169718Skan
32169718Skan/* Define to 1 if you have the <stdio.h> header file. */
33169718Skan#define HAVE_STDIO_H 1
34169718Skan
35169718Skan/* Define to 1 if you have the <stdlib.h> header file. */
36169718Skan#define HAVE_STDLIB_H 1
37169718Skan
38169718Skan/* Define to 1 if you have the <strings.h> header file. */
39169718Skan#define HAVE_STRINGS_H 1
40169718Skan
41169718Skan/* Define to 1 if you have the <string.h> header file. */
42169718Skan#define HAVE_STRING_H 1
43169718Skan
44169718Skan/* Define to 1 if you have the `strncat' function. */
45169718Skan#define HAVE_STRNCAT 1
46169718Skan
47169718Skan/* Define to 1 if you have the `strncpy' function. */
48169718Skan#define HAVE_STRNCPY 1
49169718Skan
50169718Skan/* Define to 1 if you have the <syslog.h> header file. */
51169718Skan#define HAVE_SYSLOG_H 1
52169718Skan
53169718Skan/* Define to 1 if you have the <sys/stat.h> header file. */
54169718Skan#define HAVE_SYS_STAT_H 1
55169718Skan
56169718Skan/* Define to 1 if you have the <sys/types.h> header file. */
57169718Skan#define HAVE_SYS_TYPES_H 1
58169718Skan
59169718Skan/* Define to 1 if you have the <unistd.h> header file. */
60169718Skan#define HAVE_UNISTD_H 1
61169718Skan
62169718Skan/* vsnprintf is present and works */
63169718Skan#define HAVE_USABLE_VSNPRINTF 1
64169718Skan
65169718Skan/* Name of package */
66169718Skan#define PACKAGE "libssp"
67169718Skan
68169718Skan/* Define to the address where bug reports for this package should be sent. */
69169718Skan#define PACKAGE_BUGREPORT ""
70169718Skan
71169718Skan/* Define to the full name of this package. */
72169718Skan#define PACKAGE_NAME "libssp"
73169718Skan
74169718Skan/* Define to the full name and version of this package. */
75169718Skan#define PACKAGE_STRING "libssp 1.0"
76169718Skan
77169718Skan/* Define to the one symbol short name of this package. */
78169718Skan#define PACKAGE_TARNAME "libssp"
79169718Skan
80169718Skan/* Define to the version of this package. */
81169718Skan#define PACKAGE_VERSION "1.0"
82169718Skan
83169718Skan/* Define to 1 if you have the ANSI C header files. */
84169718Skan#define STDC_HEADERS 1
85169718Skan
86169718Skan/* Version number of package */
87169718Skan#define VERSION "1.0"
88