xref: /freebsd-12.1/gnu/lib/libssp/config.h (revision afb57df6)
1 /* config.h.  Generated by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3 /* $FreeBSD$ */
4 
5 /* Define to 1 if you have the <alloca.h> header file. */
6 /* #undef HAVE_ALLOCA_H */
7 
8 /* Define to 1 if you have the <fcntl.h> header file. */
9 #define HAVE_FCNTL_H 1
10 
11 /* __attribute__((visibility ("hidden"))) supported */
12 #define HAVE_HIDDEN_VISIBILITY 1
13 
14 /* Define to 1 if you have the <inttypes.h> header file. */
15 #define HAVE_INTTYPES_H 1
16 
17 /* Define to 1 if you have the <limits.h> header file. */
18 #define HAVE_LIMITS_H 1
19 
20 /* Define to 1 if you have the <memory.h> header file. */
21 #define HAVE_MEMORY_H 1
22 
23 /* Define to 1 if you have the `mempcpy' function. */
24 /* #undef HAVE_MEMPCPY */
25 
26 /* Define to 1 if you have the <paths.h> header file. */
27 #define HAVE_PATHS_H 1
28 
29 /* Define to 1 if you have the <stdint.h> header file. */
30 #define HAVE_STDINT_H 1
31 
32 /* Define to 1 if you have the <stdio.h> header file. */
33 #define HAVE_STDIO_H 1
34 
35 /* Define to 1 if you have the <stdlib.h> header file. */
36 #define HAVE_STDLIB_H 1
37 
38 /* Define to 1 if you have the <strings.h> header file. */
39 #define HAVE_STRINGS_H 1
40 
41 /* Define to 1 if you have the <string.h> header file. */
42 #define HAVE_STRING_H 1
43 
44 /* Define to 1 if you have the `strncat' function. */
45 #define HAVE_STRNCAT 1
46 
47 /* Define to 1 if you have the `strncpy' function. */
48 #define HAVE_STRNCPY 1
49 
50 /* Define to 1 if you have the <syslog.h> header file. */
51 #define HAVE_SYSLOG_H 1
52 
53 /* Define to 1 if you have the <sys/stat.h> header file. */
54 #define HAVE_SYS_STAT_H 1
55 
56 /* Define to 1 if you have the <sys/types.h> header file. */
57 #define HAVE_SYS_TYPES_H 1
58 
59 /* Define to 1 if you have the <unistd.h> header file. */
60 #define HAVE_UNISTD_H 1
61 
62 /* vsnprintf is present and works */
63 #define HAVE_USABLE_VSNPRINTF 1
64 
65 /* Name of package */
66 #define PACKAGE "libssp"
67 
68 /* Define to the address where bug reports for this package should be sent. */
69 #define PACKAGE_BUGREPORT ""
70 
71 /* Define to the full name of this package. */
72 #define PACKAGE_NAME "libssp"
73 
74 /* Define to the full name and version of this package. */
75 #define PACKAGE_STRING "libssp 1.0"
76 
77 /* Define to the one symbol short name of this package. */
78 #define PACKAGE_TARNAME "libssp"
79 
80 /* Define to the version of this package. */
81 #define PACKAGE_VERSION "1.0"
82 
83 /* Define to 1 if you have the ANSI C header files. */
84 #define STDC_HEADERS 1
85 
86 /* Version number of package */
87 #define VERSION "1.0"
88