summaryrefslogtreecommitdiff
path: root/net/ORBit/patches/patch-ap
blob: 149005d9c3057c323088cdc108898bacc702401c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ap,v 1.3 2005/08/18 05:46:16 grant Exp $

--- config.h.in.orig	2002-06-06 21:25:14.000000000 +1000
+++ config.h.in
@@ -33,9 +33,10 @@
 #undef HAVE_HOSTS_ACCESS
 #undef HAVE_TCPD_H
 
-#undef ORBIT_HAVE_ALLOCA_H
+/* Define if you have the <alloca.h> header file. */
+#undef HAVE_ALLOCA_H
 
-#ifdef ORBIT_HAVE_ALLOCA_H
+#if HAVE_ALLOCA_H
 #include <alloca.h>
 #endif