$OpenBSD: patch-src_ap_http_cpp,v 1.1.1.1 2013/05/15 06:24:53 bcallah Exp $

No AI_ADDRCONFIG on OpenBSD. Google suggested this "fix."

--- src/ap_http.cpp.orig	Sat May  4 02:10:01 2013
+++ src/ap_http.cpp	Sat May  4 02:11:26 2013
@@ -32,6 +32,9 @@
 #endif
 #endif
 
+#ifndef AI_ADDRCONFIG
+#define AI_ADDRCONFIG 0
+#endif
 
 using namespace ap;
 
