diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c8ec550d..cdc12dfa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,10 +45,7 @@ if(WIN32 OR "${CMAKE_SYSTEM_NAME}" STREQUAL "Windows") # On Ubuntu 12.04 patches to gawk's source code are needed: # - insert #include <windows.h> at the top of awk.h # - remove function execvp from pc/gawkmisc.pc - DefineConfigHValue(HAVE_WCTYPE_T 1) - DefineConfigHValue(WEOF EOF) DefineConfigHValue(HAVE_USLEEP 1) - DefineConfigHValue(HAVE_WINT_T 1) DefineConfigHValue(HAVE_ISWUPPER 1) DefineConfigHValue(HAVE_SETENV 1) DefineConfigHValue(STDC_HEADERS 1) |