comparison mac/inc/config.h @ 90070:95879cc1ed20

Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-81 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-748 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-749 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-750 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-751 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-753 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-754 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-755 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-757 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-78 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-79 - miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-80 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-81 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-82 Update from CVS
author Miles Bader <miles@gnu.org>
date Sun, 02 Jan 2005 09:13:19 +0000
parents 68c22ea6027c c331d9c412f2
children 72cf6261961e
comparison
equal deleted inserted replaced
90069:fa0a5c4db2c8 90070:95879cc1ed20
259 259
260 /* #undef HAVE_LONG_FILE_NAMES */ 260 /* #undef HAVE_LONG_FILE_NAMES */
261 261
262 /* #undef CRAY_STACKSEG_END */ 262 /* #undef CRAY_STACKSEG_END */
263 263
264 /* #undef UNEXEC_SRC unexelf.c 264 /* #undef UNEXEC_SRC */
265 265
266 /* #undef HAVE_LIBXBSD */ 266 /* #undef HAVE_LIBXBSD */
267 /* #undef HAVE_XRMSETDATABASE */ 267 /* #undef HAVE_XRMSETDATABASE */
268 /* #undef HAVE_XSCREENRESOURCESTRING */ 268 /* #undef HAVE_XSCREENRESOURCESTRING */
269 /* #undef HAVE_XSCREENNUMBEROFSCREEN */ 269 /* #undef HAVE_XSCREENNUMBEROFSCREEN */
365 /* #undef _LARGE_FILES */ 365 /* #undef _LARGE_FILES */
366 /* Define to make ftello visible on some hosts (e.g. glibc 2.1.3). */ 366 /* Define to make ftello visible on some hosts (e.g. glibc 2.1.3). */
367 /* #undef _XOPEN_SOURCE */ 367 /* #undef _XOPEN_SOURCE */
368 368
369 #ifdef __MRC__ 369 #ifdef __MRC__
370 /* Use low-bits for tags. If ENABLE_CHECKING is turned on together
371 with USE_LSB_TAG, optimization flags should be explicitly turned
372 off. */
373 #define USE_LSB_TAG
374 #endif
375
376 #ifdef __MRC__
370 #define EMACS_CONFIGURATION "macos-mpw" 377 #define EMACS_CONFIGURATION "macos-mpw"
371 #else /* Assume CodeWarrior */ 378 #else /* Assume CodeWarrior */
372 #define EMACS_CONFIGURATION "macos-cw" 379 #define EMACS_CONFIGURATION "macos-cw"
373 #endif 380 #endif
374 381