diff options
| author | Yukihiro Matz Matsumoto <[email protected]> | 2013-02-21 22:28:32 +0900 |
|---|---|---|
| committer | Yukihiro Matz Matsumoto <[email protected]> | 2013-02-21 22:28:32 +0900 |
| commit | 9931f00863578ad942077a42000ca8b70b7a30c2 (patch) | |
| tree | 8b40f86e78394305bc97f26ac168eec3125c5fa2 /include | |
| parent | 091c209c8ac1ca96f2c1287a596bc4c6ca13a494 (diff) | |
| download | mruby-9931f00863578ad942077a42000ca8b70b7a30c2.tar.gz mruby-9931f00863578ad942077a42000ca8b70b7a30c2.zip | |
remove unused HAVE_UNISTD_H altogether; ref #865
Diffstat (limited to 'include')
| -rw-r--r-- | include/mrbconf.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/mrbconf.h b/include/mrbconf.h index 175383e83..52e634b75 100644 --- a/include/mrbconf.h +++ b/include/mrbconf.h @@ -54,9 +54,6 @@ /* Now DISABLE_GEMS is added as a command line flag in Rakefile, */ /* we do not need to set it here. */ -//#undef HAVE_UNISTD_H /* WINDOWS */ -#define HAVE_UNISTD_H /* LINUX */ - /* end of configuration */ #ifdef MRB_USE_FLOAT |
