Put Makefile back to using the OS's version of strdup().
authorDavid Griffith <dave@661.org>
Sun, 3 Feb 2019 12:52:04 +0000 (04:52 -0800)
committerDavid Griffith <dave@661.org>
Sun, 3 Feb 2019 12:52:04 +0000 (04:52 -0800)
Makefile

index de8d43f73c936219ac87d2d2007c00c52dadeb71..bc04b397c1c88099b495c47d65615b7a27ed5e35 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -88,7 +88,7 @@ CURSES ?= -lncurses
 #NO_MEMMOVE = yes
 
 # For missing strdup() and strndup()
-NO_STRDUP = yes
+#NO_STRDUP = yes
 
 # For missing strrchr()
 #NO_STRRCHR = yes