summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorkhali <khali>2005-02-17 21:21:50 +0000
committerkhali <khali>2005-02-17 21:21:50 +0000
commit44b90ace7b5ecd255daf1751921a7042a42f1eaf (patch)
treec1859ce736dc13fb141c3358f5b2e956aa9e8427 /config.h
parentcfac0d851d5320459618375306abbfedd05e1d3b (diff)
downloaddmidecode-44b90ace7b5ecd255daf1751921a7042a42f1eaf.tar.gz
Use mmap on all but BeOS, instead of only Linux.
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index f847ca4..2dffb3b 100644
--- a/config.h
+++ b/config.h
@@ -10,6 +10,6 @@
#endif
/* Use mmap or not */
-#ifdef __linux__
+#ifndef __BEOS__
#define USE_MMAP
#endif