From 23100155b5d0ecbf95a8d1c4fa8d02557b69de94 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 23 Aug 2017 00:39:26 +0200 Subject: Add blind-peek-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- config.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config.mk') diff --git a/config.mk b/config.mk index 0608008..a046a4d 100644 --- a/config.mk +++ b/config.mk @@ -13,9 +13,9 @@ KORN_SHELL = bash # Commands LN = ln -s -# You may want to remove -DHAVE_PRCTL, -DHAVE_EPOLL, and -# -DHAVE_SENDFILE from CPPFLAGS if you are not using Linux. +# You may want to remove -DHAVE_PRCTL, -DHAVE_EPOLL, -DHAVE_TEE, +# and -DHAVE_SENDFILE from CPPFLAGS if you are not using Linux. CFLAGS = -std=c11 -Wall -pedantic -O2 -CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64\ - -DHAVE_PRCTL -DHAVE_EPOLL -DHAVE_SENDFILE +CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_GNU_SOURCE \ + -D_FILE_OFFSET_BITS=64 -DHAVE_PRCTL -DHAVE_EPOLL -DHAVE_TEE -DHAVE_SENDFILE LDFLAGS = -lm -s -- cgit v1.2.3-70-g09d2