comparison src/config.in @ 112125:4dbda0e7c8bf

Use __builtin_unwind_init if available * configure.in: Check for __builtin_unwind_init. * src/alloc.c (mark_stack): Use __builtin_unwind_init if available.
author Andreas Schwab <schwab@linux-m68k.org>
date Wed, 05 Jan 2011 14:09:07 +0100
parents c00190a8c8ef
children 417b1e4d63cd 16ae11ee4ab8
comparison
equal deleted inserted replaced
112124:54a3a720a04b 112125:4dbda0e7c8bf
813 /* Define to 1 if you have the SM library (-lSM). */ 813 /* Define to 1 if you have the SM library (-lSM). */
814 #undef HAVE_X_SM 814 #undef HAVE_X_SM
815 815
816 /* Define to 1 if you want to use the X window system. */ 816 /* Define to 1 if you want to use the X window system. */
817 #undef HAVE_X_WINDOWS 817 #undef HAVE_X_WINDOWS
818
819 /* Define to 1 if you have the `__builtin_unwind_init' function. */
820 #undef HAVE___BUILTIN_UNWIND_INIT
818 821
819 /* Define to 1 if you have the `__executable_start' function. */ 822 /* Define to 1 if you have the `__executable_start' function. */
820 #undef HAVE___EXECUTABLE_START 823 #undef HAVE___EXECUTABLE_START
821 824
822 /* Define to 1 if you have the `__fpending' function. */ 825 /* Define to 1 if you have the `__fpending' function. */
1050 /* Define to a type if <wchar.h> does not define. */ 1053 /* Define to a type if <wchar.h> does not define. */
1051 #undef mbstate_t 1054 #undef mbstate_t
1052 1055
1053 /* Define to `int' if <sys/types.h> does not define. */ 1056 /* Define to `int' if <sys/types.h> does not define. */
1054 #undef pid_t 1057 #undef pid_t
1058
1059 /* Define to `unsigned int' if <sys/types.h> does not define. */
1060 #undef size_t
1055 1061
1056 /* Define to any substitute for sys_siglist. */ 1062 /* Define to any substitute for sys_siglist. */
1057 #undef sys_siglist 1063 #undef sys_siglist
1058 1064
1059 /* Define as `fork' if `vfork' does not work. */ 1065 /* Define as `fork' if `vfork' does not work. */