2013-09-26 17:14:40 +02:00

18 lines
381 B
Plaintext

$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