~ubuntu-branches/ubuntu/dapper/xscreensaver/dapper

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2005-10-11 21:00:42 UTC
  • mfrom: (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20051011210042-u7q6zslgevdxspr3
Tags: 4.21-4ubuntu17
updated pt_BR again, fixed to UTF-8 

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 */
20
20
#undef HAVE_READ_DISPLAY_EXTENSION
21
21
 
22
 
/* Define this if you have the XHPDisableReset function (an HP only thing.)
 
22
/* Define this if you have the XHPDisableReset function (an HP only thing
 
23
   which allows the Ctrl-Sh-Reset key sequence to be temporarily disabled.)
23
24
 */
24
25
#undef HAVE_XHPDISABLERESET
25
26
 
69
70
 */
70
71
#undef HAVE_XIDLE_EXTENSION
71
72
 
72
 
/*  Define this if you have the MIT-SCREEN-SAVER extension installed.  See the
73
 
 *  caveats about this extension, above.  (It's available if the file
74
 
 *  /usr/include/X11/extensions/scrnsaver.h exists.)
75
 
 */
76
 
#undef HAVE_MIT_SAVER_EXTENSION
77
 
 
78
73
/*  Define this if you have the SGI SCREEN_SAVER extension.  This is standard
79
74
 *  on Irix systems, and not available elsewhere.
80
75
 */
114
109
 */
115
110
#undef HAVE_XF86VMODE_GAMMA_RAMP
116
111
 
 
112
/*  Define this if you have the Xinerama extension.  This is standard on
 
113
 *  sufficiently-recent XFree86 systems, and possibly elsewhere.  (It's
 
114
 *  available if the file /usr/include/X11/extensions/Xinerama.h exists.)
 
115
 */
 
116
#undef HAVE_XINERAMA
 
117
 
 
118
/*  Define this if you have the Resize and Rotate extension.  This is standard
 
119
 *  on sufficiently-recent XFree86 systems, and possibly elsewhere.  (It's
 
120
 *  available if the file /usr/include/X11/extensions/Xrandr.h exists.)
 
121
 */
 
122
#undef HAVE_RANDR
 
123
 
 
124
/* Define this if you have the XF86MiscSetGrabKeysState function (which allows
 
125
   the Ctrl-Alt-KP_star and Ctrl-Alt-KP_slash key sequences to be temporarily
 
126
   disabled.  Sadly, it doesn't affect Ctrl-Alt-BS or Ctrl-Alt-F1.)
 
127
 */
 
128
#undef HAVE_XF86MISCSETGRABKEYSSTATE
 
129
 
117
130
/*  Define this if you have a Linux-like /proc/interrupts file which can be
118
131
 *  examined to determine when keyboard activity has occurred.
119
132
 */
133
146
 */
134
147
#undef HAVE_XMCOMBOBOX
135
148
 
136
 
/*  Define this if you have Gtk.
 
149
/*  Define this if you have Gtk (any version.)
137
150
 */
138
151
#undef HAVE_GTK
139
152
 
 
153
/* Define this if you have Gtk 2.x.
 
154
 */
 
155
#undef HAVE_GTK2
 
156
 
140
157
/*  Define this if you have Gnome and want to build support for the 
141
158
    xscreensaver control panel in the Gnome Control Center (gnomecc).
 
159
    (This is needed only with Gtk 1.x.)
142
160
 */
143
161
#undef HAVE_CRAPPLET
144
162
 
 
163
/*  Define this if HAVE_CRAPPLET is defined, and the function
 
164
    capplet_widget_changes_are_immediate() is available.
 
165
 */
 
166
#undef HAVE_CRAPPLET_IMMEDIATE
 
167
 
 
168
/*  Define this if you have the XML library.
 
169
 */
 
170
#undef HAVE_XML
 
171
 
 
172
/* Define this if you have the XML library headers in their old,
 
173
 * non-namespaced location (you lack the gnome-xml/libxml symlink)
 
174
 */
 
175
#undef HAVE_OLD_XML_HEADERS
 
176
 
145
177
/*  Define this if you have the XPM library installed.  Some of the demos can
146
178
 *  make use of this if it is available.
147
179
 */
148
180
#undef HAVE_XPM
149
181
 
 
182
/*  Define this if you have the GDK_Pixbuf library installed.  Some of the
 
183
 *  demos can make use of this if it is available.
 
184
 */
 
185
#undef HAVE_GDK_PIXBUF
 
186
 
 
187
/*  Define this if you have the Independent JPEG Group's JPEG library
 
188
 *  installed.  Some of the demos can make use of this if it is available.
 
189
 */
 
190
#undef HAVE_JPEGLIB
 
191
 
150
192
/*  Define this if you have the Xmu library.  This is standard part of X, and
151
193
 *  if your vendor doesn't ship it, you should report that as a bug.
152
194
 */
184
226
 */
185
227
#undef HAVE_DOUBLE_BUFFER_EXTENSION
186
228
 
187
 
/*  Some screenhacks like to run an external program to generate random pieces
188
 
    of text; set this to the one you like ("yow" and "fortune" are the most
189
 
    likely prospects.)  Note that this is just the default; X resources can
190
 
    be used to override it.
 
229
/*  Set the name of the password helper program, if any
191
230
 */
192
 
#define ZIPPY_PROGRAM "fortune"
 
231
#undef PASSWD_HELPER_PROGRAM
193
232
 
194
233
 
195
234
 
350
389
/* Define this if you have the setrlimit function. */
351
390
#undef HAVE_SETRLIMIT
352
391
 
 
392
/* Define if you have the sbrk function.  */
 
393
#undef HAVE_SBRK
 
394
 
 
395
/* Define if you have the forkpty function.  */
 
396
#undef HAVE_FORKPTY
 
397
 
 
398
/* Define if you have the <pty.h> header file.  */
 
399
#undef HAVE_PTY_H
 
400
 
 
401
/* Define if you have the <util.h> header file.  */
 
402
#undef HAVE_UTIL_H
 
403
 
353
404
/* Define if you have the <unistd.h> header file.  */
354
405
#undef HAVE_UNISTD_H
355
406
 
 
407
/* Define if you have the <locale.h> header file.  */
 
408
#undef HAVE_LOCALE_H
 
409
 
 
410
/* Define if you have the setlocale function.  */
 
411
#undef HAVE_SETLOCALE
 
412
 
356
413
/* Define if you have the <crypt.h> header file.  */
357
414
#undef HAVE_CRYPT_H
358
415
 
359
416
/* Define if you have <sys/select.h> that defines fd_set and FD_SET.  */
360
417
#undef HAVE_SYS_SELECT_H
361
418
 
362
 
/* Define to use sigaction() instead of signal() for SIGCHLD-related activity.
363
 
   This is necessary at least on SCO OpenServer 5, due to a Unix kernel bug.
364
 
 */
365
 
#undef USE_SIGACTION
366
 
 
367
419
/* Define this if you do pings with a `struct icmp' and  a `icmp_id' slot.
368
420
 */
369
421
#undef HAVE_ICMP
371
423
/* Define this if you do pings with a `struct icmphdr' and a `un.echo.id' slot.
372
424
 */
373
425
#undef HAVE_ICMPHDR
 
426
 
 
427
/* This is the name of the gettext package to use.
 
428
 */
 
429
#undef GETTEXT_PACKAGE
 
430
 
 
431
/* This is the same as GETTEXT_PACKAGE, but for the glade generated
 
432
 * code.
 
433
 */
 
434
#undef PACKAGE
 
435
 
 
436
/* Define this if you want to build with NLS support
 
437
 */
 
438
#undef ENABLE_NLS