#endif
#if !defined(CF_INLINE)
- #if defined(__GNUC__) && (__GNUC__ == 4)
+ #if defined(__GNUC__) && (__GNUC__ == 4) && !defined(DEBUG)
#define CF_INLINE static __inline__ __attribute__((always_inline))
#elif defined(__GNUC__)
#define CF_INLINE static __inline__
#define __COREFOUNDATION_COREFOUNDATION__ 1
#define __COREFOUNDATION__ 1
+#if !defined(CF_EXCLUDE_CSTD_HEADERS)
+
#include <sys/types.h>
#include <stdarg.h>
#include <assert.h>
#endif
+#endif
+
#include <CoreFoundation/CFBase.h>
#include <CoreFoundation/CFArray.h>
#include <CoreFoundation/CFBag.h>
# Misc additional options
#
-CURRENT_PROJECT_VERSION = 368.18
+CURRENT_PROJECT_VERSION = 368.26
# common items all build styles should be defining
CFLAGS += -DCF_BUILDING_CF=1
#
ifeq "$(PLATFORM)" "Darwin"
-C_WARNING_FLAGS += -Wno-precomp -Wno-four-char-constants -Wall
-CPP_WARNING_FLAGS += -Wno-precomp -Wno-four-char-constants -Wall
+C_WARNING_FLAGS += -Wno-four-char-constants -Wall
+CPP_WARNING_FLAGS += -Wno-four-char-constants -Wall
endif
ifeq "$(PLATFORM)" "CYGWIN"