Add define guards around FSTRING_LEN.
authorJeremy Allison <jra@samba.org>
Sat, 8 Dec 2007 01:44:42 +0000 (17:44 -0800)
committerJeremy Allison <jra@samba.org>
Sat, 8 Dec 2007 01:44:42 +0000 (17:44 -0800)
Jeremy.

source/include/includes.h

index c3c9dca9cfc816022e2c5781e3be938f184714fc..4e420881ae35b5685ea3ac76dc748b3ca03876da 100644 (file)
@@ -636,8 +636,10 @@ struct timespec {
    _________)/\\_//(\/(/\)/\//\/\///|_)_______
 */
 
+#ifndef FSTRING_LEN
 #define FSTRING_LEN 256
 typedef char fstring[FSTRING_LEN];
+#endif
 
 /* Lists, trees, caching, database... */
 #include "xfile.h"