* smbfs.c: Don't define BOOL_DEFINED to fix compilation on SunOS 5.8.

This commit is contained in:
Andrew V. Samoilov 2002-10-07 10:05:36 +00:00
parent 001f9ec607
commit 3d95a5fa29
1 changed files with 1 additions and 1 deletions

View File

@ -22,6 +22,7 @@
#include <config.h>
#include <stdio.h>
#include <sys/types.h>
#undef USE_NCURSES /* Don't include *curses.h */
#include "utilvfs.h"
@ -36,7 +37,6 @@
conflicts with definitions in other includes */
#undef HAVE_LIBREADLINE
#define NO_CONFIG_H
#define BOOL_DEFINED
#undef VERSION
#include "samba/include/includes.h"