Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / net / ORBit / patches / patch-ap
blob5158947ca489e838c8deaba2761d03408ec318dd
1 $NetBSD$
3 --- config.h.in.orig    2002-06-06 21:25:14.000000000 +1000
4 +++ config.h.in
5 @@ -33,9 +33,10 @@
6  #undef HAVE_HOSTS_ACCESS
7  #undef HAVE_TCPD_H
8  
9 -#undef ORBIT_HAVE_ALLOCA_H
10 +/* Define if you have the <alloca.h> header file. */
11 +#undef HAVE_ALLOCA_H
13 -#ifdef ORBIT_HAVE_ALLOCA_H
14 +#if HAVE_ALLOCA_H
15  #include <alloca.h>
16  #endif