From 9931f00863578ad942077a42000ca8b70b7a30c2 Mon Sep 17 00:00:00 2001 From: Yukihiro Matz Matsumoto Date: Thu, 21 Feb 2013 22:28:32 +0900 Subject: remove unused HAVE_UNISTD_H altogether; ref #865 --- include/mrbconf.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') 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 -- cgit v1.2.3