comparison src/config.in @ 63096:84d3b98828a4

added HAVE_CANCELMENUTRACKING
author Jan Djärv <jan.h.d@swipnet.se>
date Mon, 06 Jun 2005 20:18:38 +0000
parents e3af9390b9c0
children a8fa7c632ee4 e58cb448e07c 173dee4e2611
comparison
equal deleted inserted replaced
63095:77fa0f6c686d 63096:84d3b98828a4
94 #undef HAVE_BCOPY 94 #undef HAVE_BCOPY
95 95
96 /* Define to 1 if you have the `bzero' function. */ 96 /* Define to 1 if you have the `bzero' function. */
97 #undef HAVE_BZERO 97 #undef HAVE_BZERO
98 98
99 /* Define to 1 if CancelMenuTracking is available (Mac OSX). */
100 #undef HAVE_CANCELMENUTRACKING
101
99 /* Define to 1 if you are using the Carbon API on Mac OS X. */ 102 /* Define to 1 if you are using the Carbon API on Mac OS X. */
100 #undef HAVE_CARBON 103 #undef HAVE_CARBON
101 104
102 /* Define to 1 if you have the `cbrt' function. */ 105 /* Define to 1 if you have the `cbrt' function. */
103 #undef HAVE_CBRT 106 #undef HAVE_CBRT
780 #undef RETSIGTYPE 783 #undef RETSIGTYPE
781 784
782 /* If using the C implementation of alloca, define if you know the 785 /* If using the C implementation of alloca, define if you know the
783 direction of stack growth for your system; otherwise it will be 786 direction of stack growth for your system; otherwise it will be
784 automatically deduced at run-time. 787 automatically deduced at run-time.
785 STACK_DIRECTION > 0 => grows toward higher addresses 788 STACK_DIRECTION > 0 => grows toward higher addresses
786 STACK_DIRECTION < 0 => grows toward lower addresses 789 STACK_DIRECTION < 0 => grows toward lower addresses
787 STACK_DIRECTION = 0 => direction of growth unknown */ 790 STACK_DIRECTION = 0 => direction of growth unknown */
788 #undef STACK_DIRECTION 791 #undef STACK_DIRECTION
789 792
790 /* Define to 1 if you have the ANSI C header files. */ 793 /* Define to 1 if you have the ANSI C header files. */
791 #undef STDC_HEADERS 794 #undef STDC_HEADERS
792 795