~ubuntu-branches/ubuntu/quantal/xdm/quantal

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2010-04-19 20:55:56 UTC
  • mfrom: (1.1.9 upstream) (9.2.1 sid)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: james.westby@ubuntu.com-20100419205556-9tgxo1rdu2c7vy8y
Tags: 1:1.1.10-1
* New upstream release.
  - don't delete the pid file from child xdm processes, closes: #372114
  - clear the "Login incorrect" message properly on next login,
    closes: #525596.  Thanks, Martin Dickopp!
  - fix xdmcp with net.ipv6.bindv6only=1
* Patches merged upstream:
  - 02_xdm_zombie_no_error.diff
  - 15_xdm_openfiles.diff
  - 90_xdm_write_dummy_auth.diff
  - 91_xdm_saveserverauth_logging.diff
  - log_sourcing_better.diff
  - selinux_support.diff
  - storepid_rewrite.diff
* Xstartup: use id -u $USER, not id -u, since this script is run as root.
  See #118677.
* debian/rules: delete libtool m4 files on clean.
* Introduce virtual facility x-display-manager for insserv
  (closes: #554839).  Thanks, Jonas Meurer!
* debian/rules: kill gratuitous uses of $(CURDIR).
* debian/xdm.pam: @include common-* after pam_env and friends, so that we
  still set env vars if e.g. common-auth contains a 'sufficient' module
  (closes: #444483).
* debian/xdm.init: add Short-Description (closes: #510085).

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
/* Define to 1 if you have the `openlog' function. */
88
88
#undef HAVE_OPENLOG
89
89
 
 
90
/* Add support for selinux */
 
91
#undef HAVE_SELINUX
 
92
 
90
93
/* Define to 1 if you have the `sigaction' function. */
91
94
#undef HAVE_SIGACTION
92
95
 
135
138
/* Support os-specific local connections */
136
139
#undef LOCALCONN
137
140
 
 
141
/* Define to the sub-directory in which libtool stores uninstalled libraries.
 
142
   */
 
143
#undef LT_OBJDIR
 
144
 
138
145
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
139
146
#undef NO_MINUS_C_MINUS_O
140
147
 
153
160
/* Define to the one symbol short name of this package. */
154
161
#undef PACKAGE_TARNAME
155
162
 
 
163
/* Define to the home page for this package. */
 
164
#undef PACKAGE_URL
 
165
 
156
166
/* Define to the version of this package. */
157
167
#undef PACKAGE_VERSION
158
168