aboutsummaryrefslogtreecommitdiff
path: root/include/platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/platform.h')
-rw-r--r--include/platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/platform.h b/include/platform.h
index 2daa077af..050338cf3 100644
--- a/include/platform.h
+++ b/include/platform.h
@@ -146,7 +146,7 @@ typedef int socklen_t;
146#endif 146#endif
147 147
148/* ---- Compiler dependent settings ------------------------- */ 148/* ---- Compiler dependent settings ------------------------- */
149#if (defined __digital__ && defined __unix__) 149#if (defined __digital__ && defined __unix__) || defined __APPLE__
150# undef HAVE_MNTENT_H 150# undef HAVE_MNTENT_H
151#else 151#else
152# define HAVE_MNTENT_H 1 152# define HAVE_MNTENT_H 1