Don't double define fstring.
authorJeremy Allison <jra@samba.org>
Fri, 7 Dec 2007 20:04:40 +0000 (12:04 -0800)
committerJeremy Allison <jra@samba.org>
Fri, 7 Dec 2007 20:04:40 +0000 (12:04 -0800)
Jeremy.

source/nsswitch/winbind_nss_config.h

index 70d1c5764f88be4d0e3f74c2701e0a9f483edb4f..39c4343fb2c938ef69027086da16a72750803ebf 100644 (file)
 /* 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 */