f28a0cf2f12ed09ff53c5bd416e4de32a4a1d738
[moonshot.git] / moonshot / mech_eap / win32 / config.h
1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3
4 /* Define to 1 if you have the <dlfcn.h> header file. */
5 /* #undef HAVE_DLFCN_H */
6
7 /* Define if GSS-API library supports recent naming extensions draft */
8 /* #undef HAVE_GSS_C_NT_COMPOSITE_EXPORT */
9
10 /* Define if GSS-API library supports RFC 5587 */
11 #define HAVE_GSS_INQUIRE_ATTRS_FOR_MECH 1
12
13 /* Define if GSS-API library supports gss_krb5_import_cred */
14 #define HAVE_GSS_KRB5_IMPORT_CRED 1
15
16 /* Define if building against Heimdal Kerberos implementation */
17 /* #undef HAVE_HEIMDAL_VERSION */
18
19 /* Define to 1 if you have the <inttypes.h> header file. */
20 /* #undef HAVE_INTTYPES_H */
21
22 /* Define to 1 if you have the <memory.h> header file. */
23 #define HAVE_MEMORY_H 1
24
25 /* Define to 1 if you have the <stdint.h> header file. */
26 /* NOT present natively, but emulated under mech_eap/win32 */
27 /////#define HAVE_STDINT_H 1
28
29 /* Define to 1 if you have the <stdlib.h> header file. */
30 #define HAVE_STDLIB_H 1
31
32 /* Define to 1 if you have the <strings.h> header file. */
33 /* #undef HAVE_STRINGS_H */
34
35 /* Define to 1 if you have the <string.h> header file. */
36 #define HAVE_STRING_H 1
37
38 /* Define to 1 if you have the <sys/stat.h> header file. */
39 #define HAVE_SYS_STAT_H 1
40
41 /* Define to 1 if you have the <sys/types.h> header file. */
42 #define HAVE_SYS_TYPES_H 1
43
44 /* Define to 1 if you have the <sys/param.h> header file. */
45 /* #undef HAVE_SYS_PARAM_H */
46
47 /* Define to 1 if you have the <unistd.h> header file. */
48 /* #undef HAVE_UNISTD_H */
49
50 /* Define to the sub-directory in which libtool stores uninstalled libraries.
51    */
52 #define LT_OBJDIR ".libs/"
53
54 /* Name of package */
55 #define PACKAGE "mech_eap"
56
57 /* Define to the address where bug reports for this package should be sent. */
58 #define PACKAGE_BUGREPORT "bugs@project-moonshot.org"
59
60 /* Define to the full name of this package. */
61 #define PACKAGE_NAME "mech_eap"
62
63 /* Define to the full name and version of this package. */
64 #define PACKAGE_STRING "mech_eap 0.1"
65
66 /* Define to the one symbol short name of this package. */
67 #define PACKAGE_TARNAME "mech_eap"
68
69 /* Define to the home page for this package. */
70 #define PACKAGE_URL ""
71
72 /* Define to the version of this package. */
73 #define PACKAGE_VERSION "0.1"
74
75 /* Define to 1 if you have the ANSI C header files. */
76 #define STDC_HEADERS 1
77
78 /* Enable extensions on AIX 3, Interix.  */
79 #ifndef _ALL_SOURCE
80 # define _ALL_SOURCE 1
81 #endif
82 /* Enable GNU extensions on systems that have them.  */
83 #ifndef _GNU_SOURCE
84 # define _GNU_SOURCE 1
85 #endif
86 /* Enable threading extensions on Solaris.  */
87 #ifndef _POSIX_PTHREAD_SEMANTICS
88 # define _POSIX_PTHREAD_SEMANTICS 1
89 #endif
90 /* Enable extensions on HP NonStop.  */
91 #ifndef _TANDEM_SOURCE
92 # define _TANDEM_SOURCE 1
93 #endif
94 /* Enable general extensions on Solaris.  */
95 #ifndef __EXTENSIONS__
96 # define __EXTENSIONS__ 1
97 #endif
98
99
100 /* Version number of package */
101 #define VERSION "0.1"
102
103 /* Define to 1 if on MINIX. */
104 /* #undef _MINIX */
105
106 /* Define to 2 if the system does not provide POSIX.1 features except with
107    this defined. */
108 /* #undef _POSIX_1_SOURCE */
109
110 /* Define to 1 if you need to in order for `stat' and other things to work. */
111 /* #undef _POSIX_SOURCE */