tHoping “feature macros” are good enough - sacc - sacc (saccomys): simple gopher client.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit fcd78143ca4ca607af282ce6abe8b903254a9b73
 (DIR) parent 13dd0464fab6950cbeee18b8ae6549d0f48723c7
 (HTM) Author: Quentin Rameau <quinq@fifth.space>
       Date:   Fri,  9 Feb 2018 18:25:24 +0100
       
       Hoping “feature macros” are good enough
       
       Diffstat:
         config.mk                           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/config.mk b/config.mk
       t@@ -9,7 +9,7 @@ UI=txt
        #LIBS=-lcurses
        
        # Stock FLAGS
       -SACCCFLAGS = -D_DEFAULT_SOURCE $(CFLAGS)
       +SACCCFLAGS = -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=700 -D_BSD_SOURCE $(CFLAGS)
        
        .c.o:
                $(CC) $(SACCCFLAGS) -c $<