Other Windows changes and debug comments
[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 SYSCONFDIR  "c:\\Program Files\\Moonshot\\etc"
51
52 ////This messes up freeradius, if defined here
53 ///#if !defined(snprintf)
54 ///#define snprintf  _snprintf
55 ///#endif
56
57 /* Define to the sub-directory in which libtool stores uninstalled libraries.
58    */
59 #define LT_OBJDIR ".libs/"
60
61 /* Name of package */
62 #define PACKAGE "mech_eap"
63
64 /* Define to the address where bug reports for this package should be sent. */
65 #define PACKAGE_BUGREPORT "bugs@project-moonshot.org"
66
67 /* Define to the full name of this package. */
68 #define PACKAGE_NAME "mech_eap"
69
70 /* Define to the full name and version of this package. */
71 #define PACKAGE_STRING "mech_eap 0.1"
72
73 /* Define to the one symbol short name of this package. */
74 #define PACKAGE_TARNAME "mech_eap"
75
76 /* Define to the home page for this package. */
77 #define PACKAGE_URL ""
78
79 /* Define to the version of this package. */
80 #define PACKAGE_VERSION "0.1"
81
82 /* Define to 1 if you have the ANSI C header files. */
83 #define STDC_HEADERS 1
84
85 /* Enable extensions on AIX 3, Interix.  */
86 #ifndef _ALL_SOURCE
87 # define _ALL_SOURCE 1
88 #endif
89 /* Enable GNU extensions on systems that have them.  */
90 #ifndef _GNU_SOURCE
91 # define _GNU_SOURCE 1
92 #endif
93 /* Enable threading extensions on Solaris.  */
94 #ifndef _POSIX_PTHREAD_SEMANTICS
95 # define _POSIX_PTHREAD_SEMANTICS 1
96 #endif
97 /* Enable extensions on HP NonStop.  */
98 #ifndef _TANDEM_SOURCE
99 # define _TANDEM_SOURCE 1
100 #endif
101 /* Enable general extensions on Solaris.  */
102 #ifndef __EXTENSIONS__
103 # define __EXTENSIONS__ 1
104 #endif
105
106
107 /* Version number of package */
108 #define VERSION "0.1"
109
110 /* Define to 1 if on MINIX. */
111 /* #undef _MINIX */
112
113 /* Define to 2 if the system does not provide POSIX.1 features except with
114    this defined. */
115 /* #undef _POSIX_1_SOURCE */
116
117 /* Define to 1 if you need to in order for `stat' and other things to work. */
118 /* #undef _POSIX_SOURCE */