aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong2009-02-26 01:06:51 +0000
committerChong Yidong2009-02-26 01:06:51 +0000
commit3f2d84c7597b752e34966d3523d426ab56331566 (patch)
tree345bb5b2ccb61fb12c8cfcda7bcaf4ec72e473b7 /src
parentfa35ec36331d30da745c5a0521ca1dddc2b3f7d6 (diff)
downloademacs-3f2d84c7597b752e34966d3523d426ab56331566.tar.gz
emacs-3f2d84c7597b752e34966d3523d426ab56331566.zip
Bump version to 23.0.91.emacs-pretest-23.0.91
Diffstat (limited to 'src')
-rw-r--r--src/config.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/config.in b/src/config.in
index cf3fada3e4a..d71cf9eb31f 100644
--- a/src/config.in
+++ b/src/config.in
@@ -479,6 +479,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
479 Mac OS X. */ 479 Mac OS X. */
480#undef HAVE_NS 480#undef HAVE_NS
481 481
482/* Define to 1 if libotf has OTF_get_variation_glyphs. */
483#undef HAVE_OTF_GET_VARIATION_GLYPHS
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
@@ -1048,7 +1051,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
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,
1052SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems. */ 1055SYSTEM_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 */