~ubuntu-branches/ubuntu/precise/xdm/precise

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Artur Rona
  • Date: 2011-01-30 00:53:09 UTC
  • mfrom: (9.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20110130005309-30mjjyk7div7d494
Tags: 1:1.1.10-3ubuntu1
* Merge from debian unstable.  Remaining changes: (LP: #682196)
  - debian/{rules, xdm.install, local/ubuntu*}:
    + Add Ubuntu graphics and configure xdm to use them by default.
  - debian/patches/ubuntu_no_whiteglass.diff: Don't hardcode
    the default Xcursor theme to whiteglass. Use the Ubuntu
    default x-cursor-theme instead.
* debian/patches/ftbfs_binutils-gold.diff: Fix FTBFS with binutils-gold
  and ld --as-needed. (Closes: #556694)
* Dropped changes, no longer applicable:
  - debian/{xdm.postinst.in, xdm.postrm.in, xdm.preinst.in}

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
/* Define to 1 if you have the 'setusercontext' function. */
52
52
#undef HAS_SETUSERCONTEXT
53
53
 
 
54
/* Define to 1 if you have the `asprintf' function. */
 
55
#undef HAVE_ASPRINTF
 
56
 
54
57
/* Define to 1 if you have the `authdes_create' function. */
55
58
#undef HAVE_AUTHDES_CREATE
56
59
 
75
78
/* Define to 1 if you have the <inttypes.h> header file. */
76
79
#undef HAVE_INTTYPES_H
77
80
 
 
81
/* Define to 1 if you have the `ws2_32' library (-lws2_32). */
 
82
#undef HAVE_LIBWS2_32
 
83
 
78
84
/* Define to 1 if you have the <memory.h> header file. */
79
85
#undef HAVE_MEMORY_H
80
86
 
 
87
/* Define to 1 if you have the `openlog' function. */
 
88
#undef HAVE_OPENLOG
 
89
 
 
90
/* Add support for selinux */
 
91
#undef HAVE_SELINUX
 
92
 
81
93
/* Define to 1 if you have the `sigaction' function. */
82
94
#undef HAVE_SIGACTION
83
95
 
 
96
/* Define to 1 if the system has the type `socklen_t'. */
 
97
#undef HAVE_SOCKLEN_T
 
98
 
84
99
/* Define to 1 if you have the <stdint.h> header file. */
85
100
#undef HAVE_STDINT_H
86
101
 
93
108
/* Define to 1 if you have the <string.h> header file. */
94
109
#undef HAVE_STRING_H
95
110
 
 
111
/* Define to 1 if you have the <syslog.h> header file. */
 
112
#undef HAVE_SYSLOG_H
 
113
 
96
114
/* Define to 1 if you have the <sys/stat.h> header file. */
97
115
#undef HAVE_SYS_STAT_H
98
116
 
120
138
/* Support os-specific local connections */
121
139
#undef LOCALCONN
122
140
 
 
141
/* Define to the sub-directory in which libtool stores uninstalled libraries.
 
142
   */
 
143
#undef LT_OBJDIR
 
144
 
123
145
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
124
146
#undef NO_MINUS_C_MINUS_O
125
147
 
138
160
/* Define to the one symbol short name of this package. */
139
161
#undef PACKAGE_TARNAME
140
162
 
 
163
/* Define to the home page for this package. */
 
164
#undef PACKAGE_URL
 
165
 
141
166
/* Define to the version of this package. */
142
167
#undef PACKAGE_VERSION
143
168
 
171
196
/* Use PAM for authentication */
172
197
#undef USE_PAM
173
198
 
 
199
/* Enable extensions on AIX 3, Interix.  */
 
200
#ifndef _ALL_SOURCE
 
201
# undef _ALL_SOURCE
 
202
#endif
 
203
/* Enable GNU extensions on systems that have them.  */
 
204
#ifndef _GNU_SOURCE
 
205
# undef _GNU_SOURCE
 
206
#endif
 
207
/* Enable threading extensions on Solaris.  */
 
208
#ifndef _POSIX_PTHREAD_SEMANTICS
 
209
# undef _POSIX_PTHREAD_SEMANTICS
 
210
#endif
 
211
/* Enable extensions on HP NonStop.  */
 
212
#ifndef _TANDEM_SOURCE
 
213
# undef _TANDEM_SOURCE
 
214
#endif
 
215
/* Enable general extensions on Solaris.  */
 
216
#ifndef __EXTENSIONS__
 
217
# undef __EXTENSIONS__
 
218
#endif
 
219
 
 
220
 
174
221
/* Define to 1 to use Xft for text on greeter screen */
175
222
#undef USE_XFT
176
223
 
186
233
/* Define to pathname for xrdb program */
187
234
#undef XRDB_PROGRAM
188
235
 
 
236
/* Define to 1 if on MINIX. */
 
237
#undef _MINIX
 
238
 
 
239
/* Define to 2 if the system does not provide POSIX.1 features except with
 
240
   this defined. */
 
241
#undef _POSIX_1_SOURCE
 
242
 
 
243
/* Define to 1 if you need to in order for `stat' and other things to work. */
 
244
#undef _POSIX_SOURCE
 
245
 
189
246
/* Define to `__inline__' or `__inline' if that's what the C compiler
190
247
   calls it, or to nothing if 'inline' is not supported under any name.  */
191
248
#ifndef __cplusplus