Hoping “feature macros” are good enough - sacc - sacc(omys), simple console gopher client
git clone git://bitreich.org/sacc/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/sacc/
Log
Files
Refs
Tags
LICENSE
---
commit fcd78143ca4ca607af282ce6abe8b903254a9b73
parent 13dd0464fab6950cbeee18b8ae6549d0f48723c7
Author: Quentin Rameau 
Date:   Fri,  9 Feb 2018 18:25:24 +0100

Hoping “feature macros” are good enough

Diffstat:
  M config.mk                           |       2 +-

1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/config.mk b/config.mk
@@ -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 $<