14 lines
665 B
C
14 lines
665 B
C
$NetBSD: patch-ldap_c-sdk_include_portable.h,v 1.1 2015/10/02 22:49:36 ryoon Exp $
|
|
|
|
--- ldap/c-sdk/include/portable.h.orig 2015-09-25 07:23:50.000000000 +0000
|
|
+++ ldap/c-sdk/include/portable.h
|
|
@@ -122,7 +122,7 @@
|
|
* some systems don't have the BSD re_comp and re_exec routines
|
|
*/
|
|
#ifndef NEED_BSDREGEX
|
|
-#if ( defined( SYSV ) || defined( NETBSD ) || defined( FREEBSD ) || defined(__OpenBSD__) || defined( linux ) || defined( DARWIN )) && !defined(sgi)
|
|
+#if ( defined( SYSV ) || defined( NETBSD ) || defined(DRAGONFLY) || defined( FREEBSD ) || defined(__OpenBSD__) || defined( linux ) || defined( DARWIN )) && !defined(sgi)
|
|
#define NEED_BSDREGEX
|
|
#endif
|
|
#endif
|