comparison src/config.h.in @ 173:8eaf7971accc r20-3b13

Import from CVS: tag r20-3b13
author cvs
date Mon, 13 Aug 2007 09:49:09 +0200
parents 15872534500d
children 2d532a89d707
comparison
equal deleted inserted replaced
172:a38aed19690b 173:8eaf7971accc
52 52
53 /* The configuration name. This is used as the install directory name 53 /* The configuration name. This is used as the install directory name
54 for the lib-src programs. */ 54 for the lib-src programs. */
55 #undef EMACS_CONFIGURATION 55 #undef EMACS_CONFIGURATION
56 56
57 /* The configuration options. This is exported to Lisp. */
58 #undef EMACS_CONFIG_OPTIONS
59
57 /* The version info from version.sh. Used in #pragma ident in emacs.c */ 60 /* The version info from version.sh. Used in #pragma ident in emacs.c */
58 #undef EMACS_MAJOR_VERSION 61 #undef EMACS_MAJOR_VERSION
59 #undef EMACS_MINOR_VERSION 62 #undef EMACS_MINOR_VERSION
60 #undef EMACS_BETA_VERSION 63 #undef EMACS_BETA_VERSION
61 #undef EMACS_VERSION 64 #undef EMACS_VERSION
62 #undef XEMACS_CODENAME 65 #undef XEMACS_CODENAME
63 66
64 67
65 /* Used to identify the XEmacs version in stack traces. */ 68 /* Used to identify the XEmacs version in stack traces. */
66 #undef CANONICAL_VERSION 69 #undef CANONICAL_VERSION
70
71 /* Allow the configurer to specify (additional) package directories. */
72 #undef PACKAGE_PATH
67 73
68 /* This will be removed in 19.15. */ 74 /* This will be removed in 19.15. */
69 /* Hah! Try 20.3 ... */ 75 /* Hah! Try 20.3 ... */
70 /* Hah! Try never ... */ 76 /* Hah! Try never ... */
71 /* If at first you don't succeed, try, try again. */ 77 /* If at first you don't succeed, try, try again. */
162 #undef HAVE_SYS_PSTAT_H 168 #undef HAVE_SYS_PSTAT_H
163 #undef vfork 169 #undef vfork
164 170
165 #undef HAVE_LONG_FILE_NAMES 171 #undef HAVE_LONG_FILE_NAMES
166 172
167 #ifdef HAVE_LONG_FILE_NAMES 173 /* Use lock files to detect multiple edits of the same file? */
168 #define CLASH_DETECTION 174 #undef CLASH_DETECTION
169 #endif
170 175
171 #undef HAVE_LIBKSTAT 176 #undef HAVE_LIBKSTAT
172 #undef HAVE_LIBINTL 177 #undef HAVE_LIBINTL
173 #undef HAVE_LIBDNET 178 #undef HAVE_LIBDNET
174 #undef HAVE_LIBRESOLV 179 #undef HAVE_LIBRESOLV
465 470
466 #if defined (USE_SYSTEM_MALLOC) && !defined (SYSTEM_MALLOC) 471 #if defined (USE_SYSTEM_MALLOC) && !defined (SYSTEM_MALLOC)
467 #define SYSTEM_MALLOC 472 #define SYSTEM_MALLOC
468 #endif 473 #endif
469 474
470 #if 0 /* RMSmacs */
471 /* These typedefs shouldn't appear when alloca.s or Makefile.in
472 includes config.h. */
473 #ifndef NOT_C_CODE
474 #ifndef SPECIAL_EMACS_INT
475 typedef long EMACS_INT;
476 typedef unsigned long EMACS_UINT;
477 #endif
478 #endif
479 #endif /* 0 */
480
481 /* Load in the conversion definitions if this system
482 needs them and the source file being compiled has not
483 said to inhibit this. There should be no need for you
484 to alter these lines. */
485
486 #ifdef SHORTNAMES
487 #ifndef NO_SHORTNAMES
488 #include "../shortnames/remap.h"
489 #endif /* not NO_SHORTNAMES */
490 #endif /* SHORTNAMES */
491
492 /* Use the relocating allocator for buffer space? */ 475 /* Use the relocating allocator for buffer space? */
493 #undef REL_ALLOC 476 #undef REL_ALLOC
494 477
495 /* Define the return type of signal handlers if the s/xxx.h file 478 /* Define the return type of signal handlers if the s/xxx.h file
496 did not already do so. */ 479 did not already do so. */