~ubuntu-branches/ubuntu/utopic/xdm/utopic

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): David Nusinow, Eugene Konev
  • Date: 2006-06-30 00:42:11 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060630004211-m2ntbay7eepml8pb
Tags: 1:1.0.5-1
[ Eugene Konev ]
* New upstream release. Fixes security bug on linux-2.6 kernels.
* Don't build-depend on libselinux1-dev on non-linux arches, thanks
  Michael Banck and Christian Perrier (closes: #369519)
* Fix init script reload target, thanks Alexandr Kazda (closes: #365548)
* Fix authDir reference in xdm(1), thanks Kevin Ryde (closes: #373138)
* Update README.Debian, thanks Kevin Ryde (closes: #373870)
* Pass APP_MAN_SUFFIX=1 to configure explicitely.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
/* Define to 1 if you have the `authdes_seccreate' function. */
58
58
#undef HAVE_AUTHDES_SECCREATE
59
59
 
 
60
/* Define to 1 if you have the `daemon' function. */
 
61
#undef HAVE_DAEMON
 
62
 
 
63
/* Define to 1 if your headers define the key_setnet() function. */
 
64
#undef HAVE_DECL_KEY_SETNET
 
65
 
60
66
/* Define to 1 if you have the <dlfcn.h> header file. */
61
67
#undef HAVE_DLFCN_H
62
68
 
63
69
/* Define to 1 if you have the `fork' function. */
64
70
#undef HAVE_FORK
65
71
 
 
72
/* Define to 1 if you have the <grp.h> header file. */
 
73
#undef HAVE_GRP_H
 
74
 
66
75
/* Define to 1 if you have the <inttypes.h> header file. */
67
76
#undef HAVE_INTTYPES_H
68
77
 
159
168
/* Define to pathname for xrdb program */
160
169
#undef XRDB_PROGRAM
161
170
 
 
171
/* Define to `__inline__' or `__inline' if that's what the C compiler
 
172
   calls it, or to nothing if 'inline' is not supported under any name.  */
 
173
#ifndef __cplusplus
 
174
#undef inline
 
175
#endif
 
176
 
162
177
/* Define to `int' if <sys/types.h> does not define. */
163
178
#undef pid_t
164
179