From 8404873851a68a1725cb22db81630ebf7248c778 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 7 Dec 2007 12:04:40 -0800 Subject: Don't double define fstring. Jeremy. (This used to be commit 822b2ead9b0ee28d7ae147fc1ef67da099699cf8) --- source3/nsswitch/winbind_nss_config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/nsswitch') diff --git a/source3/nsswitch/winbind_nss_config.h b/source3/nsswitch/winbind_nss_config.h index 70d1c5764f..39c4343fb2 100644 --- a/source3/nsswitch/winbind_nss_config.h +++ b/source3/nsswitch/winbind_nss_config.h @@ -43,8 +43,10 @@ /* I'm trying really hard not to include anything from smb.h with the result of some silly looking redeclaration of structures. */ +#ifndef FSTRING_LEN #define FSTRING_LEN 256 typedef char fstring[FSTRING_LEN]; +#endif /* Some systems (SCO) treat UNIX domain sockets as FIFOs */ -- cgit