aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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 */