comparison src/config.in @ 111415:c16170026954

configure.in: Fix indentation
author Andreas Schwab <schwab@linux-m68k.org>
date Sat, 06 Nov 2010 11:31:56 +0100
parents e63fc1b578e7
children 132f2dfd549f
comparison
equal deleted inserted replaced
111414:d291fc8615a3 111415:c16170026954
1057 #undef mbstate_t 1057 #undef mbstate_t
1058 1058
1059 /* Define to `int' if <sys/types.h> does not define. */ 1059 /* Define to `int' if <sys/types.h> does not define. */
1060 #undef pid_t 1060 #undef pid_t
1061 1061
1062 /* Define to `unsigned int' if <sys/types.h> does not define. */
1063 #undef size_t
1064
1062 /* Define to any substitute for sys_siglist. */ 1065 /* Define to any substitute for sys_siglist. */
1063 #undef sys_siglist 1066 #undef sys_siglist
1064 1067
1065 /* Define as `fork' if `vfork' does not work. */ 1068 /* Define as `fork' if `vfork' does not work. */
1066 #undef vfork 1069 #undef vfork
1095 1098
1096 /* Include the os and machine dependent files. */ 1099 /* Include the os and machine dependent files. */
1097 #include config_opsysfile 1100 #include config_opsysfile
1098 #include config_machfile 1101 #include config_machfile
1099 1102
1100 /* Set up some defines, C and LD flags for NeXTstep interface on GNUstep.
1101 (There is probably a better place to do this, but right now the Cocoa
1102 side does this in s/darwin.h and we cannot
1103 parallel this exactly since GNUstep is multi-OS. */
1104 #ifdef HAVE_NS
1105 # ifdef NS_IMPL_GNUSTEP
1106 /* GNUstep needs a bit more pure memory. Of the existing knobs, 1103 /* GNUstep needs a bit more pure memory. Of the existing knobs,
1107 SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems. */ 1104 SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems.
1105 (There is probably a better place to do this, but right now the
1106 Cocoa side does this in s/darwin.h and we cannot parallel this
1107 exactly since GNUstep is multi-OS. */
1108 #if defined HAVE_NS && defined NS_IMPL_GNUSTEP
1108 # define SYSTEM_PURESIZE_EXTRA 30000 1109 # define SYSTEM_PURESIZE_EXTRA 30000
1109 # endif /* NS_IMPL_GNUSTEP */ 1110 #endif
1110 #endif /* HAVE_NS */
1111 1111
1112 /* SIGTYPE is the macro we actually use. */ 1112 /* SIGTYPE is the macro we actually use. */
1113 #ifndef SIGTYPE 1113 #ifndef SIGTYPE
1114 #define SIGTYPE RETSIGTYPE 1114 #define SIGTYPE RETSIGTYPE
1115 #endif 1115 #endif