only include mntent.h according to HAVE_MNTENT_H and dont define this on OS X
This commit is contained in:
@ -146,7 +146,7 @@ typedef int socklen_t;
|
||||
#endif
|
||||
|
||||
/* ---- Compiler dependent settings ------------------------- */
|
||||
#if (defined __digital__ && defined __unix__)
|
||||
#if (defined __digital__ && defined __unix__) || defined __APPLE__
|
||||
# undef HAVE_MNTENT_H
|
||||
#else
|
||||
# define HAVE_MNTENT_H 1
|
||||
|
Reference in New Issue
Block a user