Skip to content
Snippets Groups Projects
Commit c636a39a authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

BSD has re_comp/re_exec in -lcompat

parent cbc4b47f
No related branches found
No related tags found
No related merge requests found
......@@ -44,3 +44,4 @@ LDAP_CRYPT_LIB= -lcrypt
# -------------------------------------------------------------------------
CC = gcc
PLATFORMCFLAGS= -Dfreebsd
PLATFORMLIBS=-lcompat
......@@ -101,7 +101,7 @@
* some systems don't have the BSD re_comp and re_exec routines
*/
#ifndef NEED_BSDREGEX
#if defined( SYSV ) || defined( VMS ) || defined( netbsd ) || defined( freebsd ) || defined( linux )
#if defined( SYSV ) || defined( VMS ) || defined( netbsd ) || defined( linux )
#define NEED_BSDREGEX
#endif
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment