diff 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
line wrap: on
line diff
--- a/src/config.h.in	Mon Aug 13 11:00:13 2007 +0200
+++ b/src/config.h.in	Mon Aug 13 11:01:07 2007 +0200
@@ -33,7 +33,10 @@
 #ifndef NOT_C_CODE
 #ifdef __GNUC__
 #define alloca __builtin_alloca
-#elif HAVE_ALLOCA_H
+#elif defined __DECC
+#include <alloca.h>
+#pragma intrinsic(alloca)
+#elif defined HAVE_ALLOCA_H
 #include <alloca.h>
 #elif defined(_AIX)
 #pragma alloca
@@ -161,6 +164,8 @@
 #undef THIS_IS_X11R5
 #undef THIS_IS_X11R6
 
+#undef HAVE_BALLOON_HELP
+
 /* Where do we find bitmaps? */
 #undef BITMAPDIR