mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-08 20:41:59 +03:00
* smbfs.c: Don't define BOOL_DEFINED to fix compilation on SunOS 5.8.
This commit is contained in:
parent
001f9ec607
commit
3d95a5fa29
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user