aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in
index 7e303b813b4..7591d97c264 100644
--- a/src/config.in
+++ b/src/config.in
@@ -1050,7 +1050,11 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
1050#define OTHER_FILES ns-app 1050#define OTHER_FILES ns-app
1051# ifdef NS_IMPL_GNUSTEP 1051# ifdef NS_IMPL_GNUSTEP
1052/* See also .m.o rule in Makefile.in */ 1052/* See also .m.o rule in Makefile.in */
1053/* FIXME: are all these flags really needed? Document here why. */
1053# define C_SWITCH_X_SYSTEM -D_REENTRANT -fPIC -fno-strict-aliasing 1054# define C_SWITCH_X_SYSTEM -D_REENTRANT -fPIC -fno-strict-aliasing
1055/* GNUStep needs a bit more pure memory. Of the existing knobs,
1056SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems. */
1057# define SYSTEM_PURESIZE_EXTRA 30000
1054# endif /* NS_IMPL_GNUSTEP */ 1058# endif /* NS_IMPL_GNUSTEP */
1055#endif /* HAVE_NS */ 1059#endif /* HAVE_NS */
1056 1060