mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-24 20:22:11 +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 <config.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
#undef USE_NCURSES /* Don't include *curses.h */
|
#undef USE_NCURSES /* Don't include *curses.h */
|
||||||
#include "utilvfs.h"
|
#include "utilvfs.h"
|
||||||
|
|
||||||
@ -36,7 +37,6 @@
|
|||||||
conflicts with definitions in other includes */
|
conflicts with definitions in other includes */
|
||||||
#undef HAVE_LIBREADLINE
|
#undef HAVE_LIBREADLINE
|
||||||
#define NO_CONFIG_H
|
#define NO_CONFIG_H
|
||||||
#define BOOL_DEFINED
|
|
||||||
#undef VERSION
|
#undef VERSION
|
||||||
|
|
||||||
#include "samba/include/includes.h"
|
#include "samba/include/includes.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user