diff --git a/config-unix.mk b/config-unix.mk index 759be4e0..8fe7254c 100644 --- a/config-unix.mk +++ b/config-unix.mk @@ -50,7 +50,6 @@ endif ifeq (Darwin,$(uname_S)) EV_CONFIG=config_darwin.h EIO_CONFIG=config_darwin.h -CPPFLAGS += -D__DARWIN_64_BIT_INO_T=1 CPPFLAGS += -Isrc/ares/config_darwin LINKFLAGS+=-framework CoreServices OBJS += src/unix/darwin.o diff --git a/uv.gyp b/uv.gyp index 88cee32b..83129b5c 100644 --- a/uv.gyp +++ b/uv.gyp @@ -9,9 +9,6 @@ 'EIO_STACKSIZE=262144' ], 'conditions': [ - ['OS=="mac"', { - 'defines': ['__DARWIN_64_BIT_INO_T=1'], - }], ['OS=="solaris"', { 'cflags': ['-pthreads'], 'ldlags': ['-pthreads'],