comparison src/config.in @ 102274:9688587d3982 EMACS_PRETEST_23_0_91

Bump version to 23.0.91.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 26 Feb 2009 01:06:51 +0000
parents bda6cc49ea4b
children 00f44d8d6bda
comparison
equal deleted inserted replaced
102273:ec59cbbf8ad2 102274:9688587d3982
476 #undef HAVE_NLIST_H 476 #undef HAVE_NLIST_H
477 477
478 /* Define to 1 if you are using the NeXTstep API, either GNUstep or Cocoa on 478 /* Define to 1 if you are using the NeXTstep API, either GNUstep or Cocoa on
479 Mac OS X. */ 479 Mac OS X. */
480 #undef HAVE_NS 480 #undef HAVE_NS
481
482 /* Define to 1 if libotf has OTF_get_variation_glyphs. */
483 #undef HAVE_OTF_GET_VARIATION_GLYPHS
481 484
482 /* Define to 1 if personality LINUX32 can be set. */ 485 /* Define to 1 if personality LINUX32 can be set. */
483 #undef HAVE_PERSONALITY_LINUX32 486 #undef HAVE_PERSONALITY_LINUX32
484 487
485 /* Define to 1 if you have the png library (-lpng). */ 488 /* Define to 1 if you have the png library (-lpng). */
1046 #define OTHER_FILES ns-app 1049 #define OTHER_FILES ns-app
1047 # ifdef NS_IMPL_GNUSTEP 1050 # ifdef NS_IMPL_GNUSTEP
1048 /* See also .m.o rule in Makefile.in */ 1051 /* See also .m.o rule in Makefile.in */
1049 /* FIXME: are all these flags really needed? Document here why. */ 1052 /* FIXME: are all these flags really needed? Document here why. */
1050 # define C_SWITCH_X_SYSTEM -D_REENTRANT -fPIC -fno-strict-aliasing 1053 # define C_SWITCH_X_SYSTEM -D_REENTRANT -fPIC -fno-strict-aliasing
1051 /* GNUStep needs a bit more pure memory. Of the existing knobs, 1054 /* GNUstep needs a bit more pure memory. Of the existing knobs,
1052 SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems. */ 1055 SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems. */
1053 # define SYSTEM_PURESIZE_EXTRA 30000 1056 # define SYSTEM_PURESIZE_EXTRA 30000
1054 # endif /* NS_IMPL_GNUSTEP */ 1057 # endif /* NS_IMPL_GNUSTEP */
1055 #endif /* HAVE_NS */ 1058 #endif /* HAVE_NS */
1056 1059