xref: /netbsd-src/lib/libpam/libpam/config.h (revision c9a970f03f082dc07b1fc20584598cd8a5deea40)
1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3 
4 /* Whether loading unversioned modules support is disabled */
5 /* #undef DISABLE_UNVERSIONED_MODULES */
6 
7 /* Define to 1 if you have the `asprintf' function. */
8 #define HAVE_ASPRINTF 1
9 
10 /* Define to 1 if you have the <crypt.h> header file. */
11 /* #undef HAVE_CRYPT_H */
12 
13 /* Define to 1 if you have the <dlfcn.h> header file. */
14 #define HAVE_DLFCN_H 1
15 
16 /* Define to 1 if you have the `dlfunc' function. */
17 /* #undef HAVE_DLFUNC */
18 
19 /* Define to 1 if you have the `fdlopen' function. */
20 /* #undef HAVE_FDLOPEN */
21 
22 /* Define to 1 if you have the `fpurge' function. */
23 #define HAVE_FPURGE 1
24 
25 /* Define to 1 if you have the <inttypes.h> header file. */
26 #define HAVE_INTTYPES_H 1
27 
28 /* Define to 1 if you have the `crypt' library (-lcrypt). */
29 #define HAVE_LIBCRYPT 1
30 
31 /* Define to 1 if you have the `crypto' library (-lcrypto). */
32 #define HAVE_LIBCRYPTO 1
33 
34 /* Define to 1 if you have the `dl' library (-ldl). */
35 /* #undef HAVE_LIBDL */
36 
37 /* Define to 1 if you have the <memory.h> header file. */
38 #define HAVE_MEMORY_H 1
39 
40 /* Define to 1 if you have the `setlogmask' function. */
41 #define HAVE_SETLOGMASK 1
42 
43 /* Define to 1 if you have the <stdint.h> header file. */
44 #define HAVE_STDINT_H 1
45 
46 /* Define to 1 if you have the <stdlib.h> header file. */
47 #define HAVE_STDLIB_H 1
48 
49 /* Define to 1 if you have the <strings.h> header file. */
50 #define HAVE_STRINGS_H 1
51 
52 /* Define to 1 if you have the <string.h> header file. */
53 #define HAVE_STRING_H 1
54 
55 /* Define to 1 if you have the `strlcat' function. */
56 #define HAVE_STRLCAT 1
57 
58 /* Define to 1 if you have the `strlcmp' function. */
59 /* #undef HAVE_STRLCMP */
60 
61 /* Define to 1 if you have the `strlcpy' function. */
62 #define HAVE_STRLCPY 1
63 
64 /* Define to 1 if you have the <sys/stat.h> header file. */
65 #define HAVE_SYS_STAT_H 1
66 
67 /* Define to 1 if you have the <sys/types.h> header file. */
68 #define HAVE_SYS_TYPES_H 1
69 
70 /* Define to 1 if you have the <unistd.h> header file. */
71 #define HAVE_UNISTD_H 1
72 
73 /* Define to 1 if you have the `vasprintf' function. */
74 #define HAVE_VASPRINTF 1
75 
76 #ifndef __NetBSD__
77 /* OpenPAM library major number */
78 #define LIB_MAJ 2
79 
80 /* Define to the sub-directory in which libtool stores uninstalled libraries.
81    */
82 #define LT_OBJDIR ".libs/"
83 #endif
84 
85 /* Turn debugging macros on */
86 /* #undef OPENPAM_DEBUG */
87 
88 /* OpenPAM modules directory */
89 /* #undef OPENPAM_MODULES_DIR */
90 
91 /* Name of package */
92 #define PACKAGE "openpam"
93 
94 /* Define to the address where bug reports for this package should be sent. */
95 #define PACKAGE_BUGREPORT "des@des.no"
96 
97 /* Define to the full name of this package. */
98 #define PACKAGE_NAME "OpenPAM"
99 
100 /* Define to the full name and version of this package. */
101 #define PACKAGE_STRING "OpenPAM 20130907"
102 
103 /* Define to the one symbol short name of this package. */
104 #define PACKAGE_TARNAME "openpam"
105 
106 /* Define to the home page for this package. */
107 #define PACKAGE_URL "http://www.openpam.org/"
108 
109 /* Define to the version of this package. */
110 #define PACKAGE_VERSION "20130907"
111 
112 /* Define to 1 if you have the ANSI C header files. */
113 #define STDC_HEADERS 1
114 
115 /* Enable extensions on AIX 3, Interix.  */
116 #ifndef _ALL_SOURCE
117 # define _ALL_SOURCE 1
118 #endif
119 /* Enable GNU extensions on systems that have them.  */
120 #ifndef _GNU_SOURCE
121 # define _GNU_SOURCE 1
122 #endif
123 /* Enable threading extensions on Solaris.  */
124 #ifndef _POSIX_PTHREAD_SEMANTICS
125 # define _POSIX_PTHREAD_SEMANTICS 1
126 #endif
127 /* Enable extensions on HP NonStop.  */
128 #ifndef _TANDEM_SOURCE
129 # define _TANDEM_SOURCE 1
130 #endif
131 /* Enable general extensions on Solaris.  */
132 #ifndef __EXTENSIONS__
133 # define __EXTENSIONS__ 1
134 #endif
135 
136 
137 /* Version number of package */
138 #define VERSION "20130907"
139 
140 /* Define to 1 if on MINIX. */
141 /* #undef _MINIX */
142 
143 /* Define to 2 if the system does not provide POSIX.1 features except with
144    this defined. */
145 /* #undef _POSIX_1_SOURCE */
146 
147 /* Define to 1 if you need to in order for `stat' and other things to work. */
148 /* #undef _POSIX_SOURCE */
149 
150 /* Define to empty if `const' does not conform to ANSI C. */
151 /* #undef const */
152 
153 /* Define to the equivalent of the C99 'restrict' keyword, or to
154    nothing if this is not supported.  Do not define if restrict is
155    supported directly.  */
156 #define restrict __restrict
157 /* Work around a bug in Sun C++: it does not support _Restrict or
158    __restrict__, even though the corresponding Sun C compiler ends up with
159    "#define restrict _Restrict" or "#define restrict __restrict__" in the
160    previous line.  Perhaps some future version of Sun C++ will work with
161    restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
162 #if defined __SUNPRO_CC && !defined __RESTRICT
163 # define _Restrict
164 # define __restrict__
165 #endif
166 
167 /* Define to empty if the keyword `volatile' does not work. Warning: valid
168    code using `volatile' can become incorrect without. Disable with care. */
169 /* #undef volatile */
170