orbit.patch 321 B

123456789101112131415
  1. --- config.h.in.orig Tue Jul 2 19:30:48 2002
  2. +++ config.h.in Tue Jul 2 19:35:53 2002
  3. @@ -35,8 +35,10 @@
  4. #undef ORBIT_HAVE_ALLOCA_H
  5. -#ifdef ORBIT_HAVE_ALLOCA_H
  6. +#if defined(ORBIT_HAVE_ALLOCA_H)
  7. +#if ORBIT_HAVE_ALLOCA_H != 0
  8. #include <alloca.h>
  9. +#endif
  10. #endif
  11. /* Define if you have the `basename' function. */