From 307d89b60b26dda2a130d25c1dc2870eba961b0c Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 21 Oct 2002 16:28:27 +0000 Subject: Recognize FreeBSD5 correctly (not as being sysv...) (This used to be commit 66ef6b942e00dc0d7742226f24861445d3bc0eb3) --- source3/acconfig.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/acconfig.h') diff --git a/source3/acconfig.h b/source3/acconfig.h index e1bceb1edf..7b05525571 100644 --- a/source3/acconfig.h +++ b/source3/acconfig.h @@ -27,6 +27,8 @@ #undef AIX #undef BSD #undef IRIX +#undef UNIXWARE +#undef SYSV #undef IRIX6 #undef HPUX #undef QNX -- cgit