~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): Julien Cristau
  • Date: 2008-10-05 20:55:43 UTC
  • mfrom: (7.1.7 intrepid)
  • Revision ID: james.westby@ubuntu.com-20081005205543-t9lgih96kbj1eidd
Tags: 1:1.1.8-5
Updated Polish debconf translation, thanks to Łukasz Paździora
(closes: #499073).

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
/* Add support for selinux */
82
82
#undef HAVE_SELINUX
83
83
 
 
84
/* Define to 1 if you have the `sigaction' function. */
 
85
#undef HAVE_SIGACTION
 
86
 
 
87
/* Define to 1 if the system has the type `socklen_t'. */
 
88
#undef HAVE_SOCKLEN_T
 
89
 
84
90
/* Define to 1 if you have the <stdint.h> header file. */
85
91
#undef HAVE_STDINT_H
86
92
 
117
123
/* Support IPv6 for TCP connections */
118
124
#undef IPv6
119
125
 
 
126
/* Support os-specific local connections */
 
127
#undef LOCALCONN
 
128
 
 
129
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
 
130
#undef NO_MINUS_C_MINUS_O
 
131
 
120
132
/* Name of package */
121
133
#undef PACKAGE
122
134
 
135
147
/* Define to the version of this package. */
136
148
#undef PACKAGE_VERSION
137
149
 
 
150
/* Major version of this package */
 
151
#undef PACKAGE_VERSION_MAJOR
 
152
 
 
153
/* Minor version of this package */
 
154
#undef PACKAGE_VERSION_MINOR
 
155
 
 
156
/* Patch version of this package */
 
157
#undef PACKAGE_VERSION_PATCHLEVEL
 
158
 
138
159
/* Define as the return type of signal handlers (`int' or `void'). */
139
160
#undef RETSIGTYPE
140
161
 
156
177
/* Use PAM for authentication */
157
178
#undef USE_PAM
158
179
 
 
180
/* Define to 1 to use Xft for text on greeter screen */
 
181
#undef USE_XFT
 
182
 
159
183
/* Define to 1 to use XINERAMA in greeter & chooser */
160
184
#undef USE_XINERAMA
161
185