From: David Griffith Date: Sun, 3 Feb 2019 12:52:04 +0000 (-0800) Subject: Put Makefile back to using the OS's version of strdup(). X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=92993c8c833a860c8c7873836439dfb639ae2fbb;p=liskon_frotz.git Put Makefile back to using the OS's version of strdup(). --- diff --git a/Makefile b/Makefile index de8d43f..bc04b39 100644 --- 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