comparison src/config.in @ 103161:00f44d8d6bda

Don't define CANNOT_DUMP for GNUStep any more.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 06 May 2009 02:51:52 +0000
parents 9688587d3982
children de3fb78ac3df
comparison
equal deleted inserted replaced
103160:505b0e9f0379 103161:00f44d8d6bda
986 986
987 /* If we're using X11/Carbon/GNUstep, define some consequences. */ 987 /* If we're using X11/Carbon/GNUstep, define some consequences. */
988 #if defined(HAVE_X_WINDOWS) || defined(HAVE_NS) 988 #if defined(HAVE_X_WINDOWS) || defined(HAVE_NS)
989 #define HAVE_WINDOW_SYSTEM 989 #define HAVE_WINDOW_SYSTEM
990 #define HAVE_MOUSE 990 #define HAVE_MOUSE
991 #endif
992
993 /* Sadly for now, GNUstep dump does not work. */
994 #ifdef NS_IMPL_GNUSTEP
995 #define CANNOT_DUMP
996 #endif 991 #endif
997 992
998 /* Define AMPERSAND_FULL_NAME if you use the convention 993 /* Define AMPERSAND_FULL_NAME if you use the convention
999 that & in the full name stands for the login id. */ 994 that & in the full name stands for the login id. */
1000 /* Turned on June 1996 supposing nobody will mind it. */ 995 /* Turned on June 1996 supposing nobody will mind it. */