comparison src/config.h.in @ 367:a4f53d9b3154 r21-1-13

Import from CVS: tag r21-1-13
author cvs
date Mon, 13 Aug 2007 11:01:07 +0200
parents 30d2cfa1092a
children 1d62742628b6
comparison
equal deleted inserted replaced
366:83d76f480a59 367:a4f53d9b3154
31 #undef HAVE_ALLOCA_H 31 #undef HAVE_ALLOCA_H
32 32
33 #ifndef NOT_C_CODE 33 #ifndef NOT_C_CODE
34 #ifdef __GNUC__ 34 #ifdef __GNUC__
35 #define alloca __builtin_alloca 35 #define alloca __builtin_alloca
36 #elif HAVE_ALLOCA_H 36 #elif defined __DECC
37 #include <alloca.h>
38 #pragma intrinsic(alloca)
39 #elif defined HAVE_ALLOCA_H
37 #include <alloca.h> 40 #include <alloca.h>
38 #elif defined(_AIX) 41 #elif defined(_AIX)
39 #pragma alloca 42 #pragma alloca
40 #elif ! defined (alloca) 43 #elif ! defined (alloca)
41 char *alloca(); 44 char *alloca();
158 #undef HAVE_XFREE386 161 #undef HAVE_XFREE386
159 162
160 #undef THIS_IS_X11R4 163 #undef THIS_IS_X11R4
161 #undef THIS_IS_X11R5 164 #undef THIS_IS_X11R5
162 #undef THIS_IS_X11R6 165 #undef THIS_IS_X11R6
166
167 #undef HAVE_BALLOON_HELP
163 168
164 /* Where do we find bitmaps? */ 169 /* Where do we find bitmaps? */
165 #undef BITMAPDIR 170 #undef BITMAPDIR
166 171
167 /* USER_FULL_NAME returns a string that is the user's full name. 172 /* USER_FULL_NAME returns a string that is the user's full name.