~ubuntu-branches/ubuntu/utopic/moonshot-gss-eap/utopic-backports

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Package Import Robot
  • Author(s): Sam Hartman
  • Date: 2014-09-16 08:38:39 UTC
  • Revision ID: package-import@ubuntu.com-20140916083839-ipqco3thb1wcwvs0
Tags: upstream-0.9.2
ImportĀ upstreamĀ versionĀ 0.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
 
2
 
 
3
/* Define to 1 if you have the <dlfcn.h> header file. */
 
4
#undef HAVE_DLFCN_H
 
5
 
 
6
/* Define if GSS-API library supports recent naming extensions draft */
 
7
#undef HAVE_GSS_C_NT_COMPOSITE_EXPORT
 
8
 
 
9
/* Define if GSS-API library supports RFC 5587 */
 
10
#undef HAVE_GSS_INQUIRE_ATTRS_FOR_MECH
 
11
 
 
12
/* Define if GSS-API library supports gss_krb5_import_cred */
 
13
#undef HAVE_GSS_KRB5_IMPORT_CRED
 
14
 
 
15
/* Define if building against Heimdal Kerberos implementation */
 
16
#undef HAVE_HEIMDAL_VERSION
 
17
 
 
18
/* Define to 1 if you have the <inttypes.h> header file. */
 
19
#undef HAVE_INTTYPES_H
 
20
 
 
21
/* Define to 1 if you have the <memory.h> header file. */
 
22
#undef HAVE_MEMORY_H
 
23
 
 
24
/* Define if Moonshot identity selector is available */
 
25
#undef HAVE_MOONSHOT_GET_IDENTITY
 
26
 
 
27
/* Define is OpenSAML is available */
 
28
#undef HAVE_OPENSAML
 
29
 
 
30
/* Define is Shibboleth resolver is available */
 
31
#undef HAVE_SHIBRESOLVER
 
32
 
 
33
/* Define is Shibboleth SP is available */
 
34
#undef HAVE_SHIBSP
 
35
 
 
36
/* Define to 1 if you have the <stdarg.h> header file. */
 
37
#undef HAVE_STDARG_H
 
38
 
 
39
/* Define to 1 if you have the <stdint.h> header file. */
 
40
#undef HAVE_STDINT_H
 
41
 
 
42
/* Define to 1 if you have the <stdio.h> header file. */
 
43
#undef HAVE_STDIO_H
 
44
 
 
45
/* Define to 1 if you have the <stdlib.h> header file. */
 
46
#undef HAVE_STDLIB_H
 
47
 
 
48
/* Define to 1 if you have the <strings.h> header file. */
 
49
#undef HAVE_STRINGS_H
 
50
 
 
51
/* Define to 1 if you have the <string.h> header file. */
 
52
#undef HAVE_STRING_H
 
53
 
 
54
/* Define to 1 if you have the <sys/param.h> header file. */
 
55
#undef HAVE_SYS_PARAM_H
 
56
 
 
57
/* Define to 1 if you have the <sys/stat.h> header file. */
 
58
#undef HAVE_SYS_STAT_H
 
59
 
 
60
/* Define to 1 if you have the <sys/types.h> header file. */
 
61
#undef HAVE_SYS_TYPES_H
 
62
 
 
63
/* Define to 1 if you have the <unistd.h> header file. */
 
64
#undef HAVE_UNISTD_H
 
65
 
 
66
/* Define to 1 if you have the `vasprintf' function. */
 
67
#undef HAVE_VASPRINTF
 
68
 
 
69
/* Define to the sub-directory in which libtool stores uninstalled libraries.
 
70
   */
 
71
#undef LT_OBJDIR
 
72
 
 
73
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
 
74
#undef NO_MINUS_C_MINUS_O
 
75
 
 
76
/* Name of package */
 
77
#undef PACKAGE
 
78
 
 
79
/* Define to the address where bug reports for this package should be sent. */
 
80
#undef PACKAGE_BUGREPORT
 
81
 
 
82
/* Define to the full name of this package. */
 
83
#undef PACKAGE_NAME
 
84
 
 
85
/* Define to the full name and version of this package. */
 
86
#undef PACKAGE_STRING
 
87
 
 
88
/* Define to the one symbol short name of this package. */
 
89
#undef PACKAGE_TARNAME
 
90
 
 
91
/* Define to the home page for this package. */
 
92
#undef PACKAGE_URL
 
93
 
 
94
/* Define to the version of this package. */
 
95
#undef PACKAGE_VERSION
 
96
 
 
97
/* Define to 1 if you have the ANSI C header files. */
 
98
#undef STDC_HEADERS
 
99
 
 
100
/* Enable extensions on AIX 3, Interix.  */
 
101
#ifndef _ALL_SOURCE
 
102
# undef _ALL_SOURCE
 
103
#endif
 
104
/* Enable GNU extensions on systems that have them.  */
 
105
#ifndef _GNU_SOURCE
 
106
# undef _GNU_SOURCE
 
107
#endif
 
108
/* Enable threading extensions on Solaris.  */
 
109
#ifndef _POSIX_PTHREAD_SEMANTICS
 
110
# undef _POSIX_PTHREAD_SEMANTICS
 
111
#endif
 
112
/* Enable extensions on HP NonStop.  */
 
113
#ifndef _TANDEM_SOURCE
 
114
# undef _TANDEM_SOURCE
 
115
#endif
 
116
/* Enable general extensions on Solaris.  */
 
117
#ifndef __EXTENSIONS__
 
118
# undef __EXTENSIONS__
 
119
#endif
 
120
 
 
121
 
 
122
/* Version number of package */
 
123
#undef VERSION
 
124
 
 
125
/* Define to 1 if on MINIX. */
 
126
#undef _MINIX
 
127
 
 
128
/* Define to 2 if the system does not provide POSIX.1 features except with
 
129
   this defined. */
 
130
#undef _POSIX_1_SOURCE
 
131
 
 
132
/* Define to 1 if you need to in order for `stat' and other things to work. */
 
133
#undef _POSIX_SOURCE