Skip to content
Snippets Groups Projects
Commit d09a2301 authored by deuce's avatar deuce
Browse files

Add HAS_INTTYPES_H

parent 1bd5e01d
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,10 @@ ifeq ($(OS),NetBSD) ...@@ -8,6 +8,10 @@ ifeq ($(OS),NetBSD)
CCFLAGS += -D__unix__ CCFLAGS += -D__unix__
endif endif
ifeq ($(shell if [ -f /usr/include/inttypes.h ] ; then echo YES ; fi),YES)
CCFLAGS += -DHAS_INTTYPES_H
endif
OBJDIR := obj.$(OS)/ OBJDIR := obj.$(OS)/
vpath %.c ../../xpdev vpath %.c ../../xpdev
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment