_POSIX_C_SOURCE=200809L
authorConnor Lane Smith <cls@lubutu.com>
Fri, 6 Apr 2012 15:38:01 +0000 (16:38 +0100)
committerConnor Lane Smith <cls@lubutu.com>
Fri, 6 Apr 2012 15:38:01 +0000 (16:38 +0100)
config.mk

index ca89fd6..c0d466b 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -17,7 +17,7 @@ INCS = -I${X11INC}
 LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS}
 
 # flags
-CPPFLAGS = -D_BSD_SOURCE -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
+CPPFLAGS = -D_BSD_SOURCE -D_POSIX_C_SOURCE=200809L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
 CFLAGS   = -ansi -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
 LDFLAGS  = -s ${LIBS}