Mercurial > hg > xemacs-beta
comparison src/config.h.in @ 207:e45d5e7c476e r20-4b2
Import from CVS: tag r20-4b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:03:52 +0200 |
parents | 3d6bfa290dbd |
children | 78f53ef88e17 |
comparison
equal
deleted
inserted
replaced
206:d3e9274cbc4e | 207:e45d5e7c476e |
---|---|
62 #undef EMACS_MINOR_VERSION | 62 #undef EMACS_MINOR_VERSION |
63 #undef EMACS_BETA_VERSION | 63 #undef EMACS_BETA_VERSION |
64 #undef EMACS_VERSION | 64 #undef EMACS_VERSION |
65 #undef XEMACS_CODENAME | 65 #undef XEMACS_CODENAME |
66 | 66 |
67 /* Make all functions available on AIX. See AC_AIX. */ | |
68 #undef _ALL_SOURCE | |
67 | 69 |
68 /* Used to identify the XEmacs version in stack traces. */ | 70 /* Used to identify the XEmacs version in stack traces. */ |
69 #undef STACK_TRACE_EYE_CATCHER | 71 #undef STACK_TRACE_EYE_CATCHER |
70 | 72 |
71 /* Allow the configurer to specify (additional) package directories. */ | 73 /* Allow the configurer to specify (additional) package directories. */ |
98 /* Defines for building X applications */ | 100 /* Defines for building X applications */ |
99 #ifdef HAVE_X_WINDOWS | 101 #ifdef HAVE_X_WINDOWS |
100 /* The following will be defined if xmkmf thinks they are necessary */ | 102 /* The following will be defined if xmkmf thinks they are necessary */ |
101 #undef SVR4 | 103 #undef SVR4 |
102 #undef SYSV | 104 #undef SYSV |
105 #undef AIXV3 | |
103 #undef _POSIX_SOURCE | 106 #undef _POSIX_SOURCE |
104 #undef _BSD_SOURCE | 107 #undef _BSD_SOURCE |
105 #undef _GNU_SOURCE | 108 #undef _GNU_SOURCE |
106 #undef X_LOCALE | 109 #undef X_LOCALE |
107 #undef NARROWPROTO | 110 #undef NARROWPROTO |
201 /* Does `localtime' cache TZ? */ | 204 /* Does `localtime' cache TZ? */ |
202 #undef LOCALTIME_CACHE | 205 #undef LOCALTIME_CACHE |
203 | 206 |
204 /* Can `gettimeofday' accept two arguments? */ | 207 /* Can `gettimeofday' accept two arguments? */ |
205 #undef GETTIMEOFDAY_ONE_ARGUMENT | 208 #undef GETTIMEOFDAY_ONE_ARGUMENT |
209 | |
210 /* Is the timezone variable already declared in system headers? */ | |
211 #undef HAVE_TIMEZONE_DECL | |
206 | 212 |
207 #undef HAVE_MMAP | 213 #undef HAVE_MMAP |
208 #undef HAVE_STRCOLL | 214 #undef HAVE_STRCOLL |
209 #undef HAVE_GETPGRP | 215 #undef HAVE_GETPGRP |
210 #undef GETPGRP_VOID | 216 #undef GETPGRP_VOID |
277 #undef NO_TERMIO | 283 #undef NO_TERMIO |
278 #undef SIGNALS_VIA_CHARACTERS | 284 #undef SIGNALS_VIA_CHARACTERS |
279 | 285 |
280 #undef NLIST_STRUCT | 286 #undef NLIST_STRUCT |
281 | 287 |
282 #undef AIX_SMT_EXP | |
283 | |
284 /* Compile in support for SOCKS? */ | 288 /* Compile in support for SOCKS? */ |
285 #undef HAVE_SOCKS | 289 #undef HAVE_SOCKS |
286 | 290 |
287 /* Compile in support for using the `term' program (e.g. under Linux)? */ | 291 /* Compile in support for using the `term' program (e.g. under Linux)? */ |
288 #undef HAVE_TERM | 292 #undef HAVE_TERM |
292 | 296 |
293 /* Compile in support for "X faces" via the `compface' library? | 297 /* Compile in support for "X faces" via the `compface' library? |
294 This enables graphical display of X-face headers in mail/news messages */ | 298 This enables graphical display of X-face headers in mail/news messages */ |
295 #undef HAVE_XFACE | 299 #undef HAVE_XFACE |
296 | 300 |
297 /* Compile in support for GIF (Graphics Interchange Format) images? */ | 301 /* Compile in support for ImageMagick (all image formats) */ |
298 #undef HAVE_GIF | 302 #undef HAVE_IMAGEMAGICK |
299 | |
300 /* Compile in support for displaying JPEG images via the `jpeg' library? */ | |
301 #undef HAVE_JPEG | |
302 | |
303 /* Compile in support for displaying PNG images via the `png' library? */ | |
304 #undef HAVE_PNG | |
305 | |
306 /* Compile in support for displaying TIFF images via the `tiff' library? */ | |
307 #undef HAVE_TIFF | |
308 | 303 |
309 /* Do you have the Xmu library? | 304 /* Do you have the Xmu library? |
310 This should always be the case except on losing HP-UX systems. */ | 305 This should always be the case except on losing HP-UX systems. */ |
311 #undef HAVE_XMU | 306 #undef HAVE_XMU |
312 | 307 |
404 | 399 |
405 /* Compile in support for CDE (Common Desktop Environment) drag and drop? | 400 /* Compile in support for CDE (Common Desktop Environment) drag and drop? |
406 Requires libDtSvc, which typically must be present at runtime. */ | 401 Requires libDtSvc, which typically must be present at runtime. */ |
407 #undef HAVE_CDE | 402 #undef HAVE_CDE |
408 | 403 |
409 /* Compile in support for OffiX Drag and Drop? Requires libdnd. */ | 404 /* Compile in support for OffiX Drag and Drop? */ |
410 #undef HAVE_OFFIX_DND | 405 #undef HAVE_OFFIX_DND |
411 | 406 |
412 /* Compile in support for proper session-management. */ | 407 /* Compile in support for proper session-management. */ |
413 #undef HAVE_SESSION | 408 #undef HAVE_SESSION |
414 | 409 |