Revert "build: compile with -D__DARWIN_64_BIT_INO_T on OS X"

This reverts commit 01fbe7bf37.

__DARWIN_64_BIT_INO_T is a no-op in most cases and might be actively harmful in
some others.
This commit is contained in:
Ben Noordhuis 2011-12-01 21:02:29 +01:00
parent fadfd0f5b2
commit ec37d05d66
2 changed files with 0 additions and 4 deletions

View File

@ -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

3
uv.gyp
View File

@ -9,9 +9,6 @@
'EIO_STACKSIZE=262144'
],
'conditions': [
['OS=="mac"', {
'defines': ['__DARWIN_64_BIT_INO_T=1'],
}],
['OS=="solaris"', {
'cflags': ['-pthreads'],
'ldlags': ['-pthreads'],