24 lines
488 B
Plaintext
24 lines
488 B
Plaintext
$OpenBSD: patch-pwlib_compat_h,v 1.4 2011/10/26 17:00:06 ajacoutot Exp $
|
|
--- pwlib_compat.h.orig Wed Jul 20 13:26:53 2011
|
|
+++ pwlib_compat.h Tue Jul 26 16:23:54 2011
|
|
@@ -170,6 +170,19 @@
|
|
#endif
|
|
#endif
|
|
|
|
+#ifdef P_OPENBSD
|
|
+ #ifndef hasPConfigArray
|
|
+ #define hasPConfigArray 1
|
|
+ #endif
|
|
+
|
|
+ #ifndef h323pluslib
|
|
+ #define h323pluslib 1
|
|
+ #ifdef H323_H460
|
|
+ #define hasH460 1
|
|
+ #endif
|
|
+ #endif
|
|
+#endif
|
|
+
|
|
#if OPENH323_MAJOR == 1
|
|
#if OPENH323_MINOR >= 19
|
|
#if OPENH323_MINOR == 19
|