From f565aeebfa108d03e5c782881edd2ced849a4989 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sat, 21 Sep 2013 23:32:51 +0200 Subject: Compile libssh with nacl if possible Conflicts: DefineOptions.cmake --- config.h.cmake | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config.h.cmake') diff --git a/config.h.cmake b/config.h.cmake index 1835e070..a4bf4f13 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -126,7 +126,6 @@ /* Define to 1 if you have the `pthread' library (-lpthread). */ #cmakedefine HAVE_PTHREAD 1 - /**************************** OPTIONS ****************************/ #cmakedefine HAVE_GCC_THREAD_LOCAL_STORAGE 1 @@ -158,6 +157,9 @@ /* Define to 1 if you want to enable calltrace debug output */ #cmakedefine DEBUG_CALLTRACE 1 +/* Define to 1 if you want to enable NaCl support */ +#cmakedefine WITH_NACL 1 + /*************************** ENDIAN *****************************/ /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most -- cgit v1.2.1