summaryrefslogtreecommitdiff
path: root/crypto/libressl/ssl_common.mk
blob: e00445793cc8831711b174a704c1335ca8e02fa6 (plain)
1
2
3
4
5
6
7
include common.mk

CFLAGS += -I../../include/compat -I../../include
# exclude from include/compat/string.h
CFLAGS += -DHAVE_STRCASECMP -DHAVE_STRLCPY -DHAVE_STRLCAT -DHAVE_STRNDUP -DHAVE_STRNLEN -DHAVE_STRSEP -DHAVE_MEMMEM
# exclude from include/compat/unistd.h
CFLAGS += -DHAVE_GETPAGESIZE -DHAVE_PIPE2