with multipe CMakeLists.txt files
#72 CMake: Resolve mistaken executable permissions
#76 Address compile warning with -DNDEBUG (not recommended!)
+ #77 Address compile warning about macro redefinition
Special thanks to:
Alexander Bluhm
cd4063469a95eab9a93001afb109e3dee122cdda4635bbec36257fc01c327348 (2.2.2+)
*/
-#define _GNU_SOURCE /* syscall prototype */
+#if !defined(_GNU_SOURCE)
+# define _GNU_SOURCE /* syscall prototype */
+#endif
#include <stddef.h>
#include <string.h> /* memset(), memcpy() */