2 changed files with 16 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||||||
|
--- config.h.in.orig Tue Jul 2 19:30:48 2002
|
||||||
|
+++ config.h.in Tue Jul 2 19:35:53 2002
|
||||||
|
@@ -35,8 +35,10 @@
|
||||||
|
|
||||||
|
#undef ORBIT_HAVE_ALLOCA_H
|
||||||
|
|
||||||
|
-#ifdef ORBIT_HAVE_ALLOCA_H
|
||||||
|
+#if defined(ORBIT_HAVE_ALLOCA_H)
|
||||||
|
+#if ORBIT_HAVE_ALLOCA_H != 0
|
||||||
|
#include <alloca.h>
|
||||||
|
+#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
|
/* Define if you have the `basename' function. */
|
Loading…
Reference in new issue