From 34bbb993a34365462bb7478d3daa315a850c9bdd Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 9 Aug 2015 15:52:14 +0200 Subject: added a simple getpass function (thread-safe, no global buffers) doing simple password authentication --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 3c7ffa5..64c625e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ include(cmake/gengetopt.cmake) project(cssh C) -set(CMAKE_C_FLAGS "-std=c99 -Wall -pedantic -Wfatal-errors -Werror -fPIC -O0 -Wno-unused-but-set-variable -g") +set(CMAKE_C_FLAGS "-std=c99 -Wall -pedantic -Wfatal-errors -Werror -fPIC -O0 -Wno-unused-but-set-variable -g -D_XOPEN_SOURCE=700") add_subdirectory(src) -- cgit v1.2.3-54-g00ecf