My libc wants _DEFAULT_SOURCE. - tabbed - tab interface for application supporting Xembed
 (HTM) git clone git://git.suckless.org/tabbed
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit c2ce9be47170115a7fa301cc6e93da63847fb860
 (DIR) parent 74115f685f6b874b4e40874f4f3bd14d71df5e97
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Sun, 25 Jan 2015 10:52:10 +0100
       
       My libc wants _DEFAULT_SOURCE.
       
       Diffstat:
         M config.mk                           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/config.mk b/config.mk
       @@ -12,7 +12,7 @@ INCS = -I. -I/usr/include
        LIBS = -L/usr/lib -lc -lX11
        
        # flags
       -CPPFLAGS = -DVERSION=\"${VERSION}\" -D_BSD_SOURCE
       +CPPFLAGS = -DVERSION=\"${VERSION}\" -D_DEFAULT_SOURCE
        CFLAGS = -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
        LDFLAGS = -s ${LIBS}