From 864c9dd88bf39a89c59baaa28c12d989a9d9f04e Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sun, 16 Sep 2007 15:12:04 +0000 Subject: r25192: try to fix the build on sun/solaris hosts we should try to get rid of all c++ sympols in samba4... metze (This used to be commit 96d2f8b3604b8d34bc65877886d1d663131a712a) --- source4/nsswitch/winbind_nss_solaris.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/nsswitch/winbind_nss_solaris.h') diff --git a/source4/nsswitch/winbind_nss_solaris.h b/source4/nsswitch/winbind_nss_solaris.h index 84062dbab4..941b3e66df 100644 --- a/source4/nsswitch/winbind_nss_solaris.h +++ b/source4/nsswitch/winbind_nss_solaris.h @@ -37,6 +37,9 @@ #include +/* +TODO: we need to cleanup samba4's headers.. + #ifndef __cplusplus #define class #error DONT_USE_CPLUSPLUS_RESERVED_NAMES #define private #error DONT_USE_CPLUSPLUS_RESERVED_NAMES @@ -48,6 +51,7 @@ #define delete #error DONT_USE_CPLUSPLUS_RESERVED_NAMES #define friend #error DONT_USE_CPLUSPLUS_RESERVED_NAMES #endif +*/ #include #include -- cgit