From 99a467662ae5f9e4c493b69a172a88a6f146c72c Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 25 Jun 2003 19:39:16 +0000 Subject: fix build on non-ldap platforms (This used to be commit a59ea1d6d32337226f6099eefd19681fb28279c0) --- source3/include/smb.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source3/include/smb.h b/source3/include/smb.h index 955a7cfa74..f18391516f 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1619,6 +1619,9 @@ typedef struct { #include "popt_common.h" #define PORT_NONE 0 +#ifndef LDAP_PORT +#define LDAP_PORT 389 +#endif /* used by the IP comparison function */ struct ip_service { -- cgit