aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2013-09-21 23:32:51 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2013-11-03 13:18:26 +0100
commitf565aeebfa108d03e5c782881edd2ced849a4989 (patch)
treee0c68647e4f7c54adfee6b98fe34c57ba40e0e77 /config.h.cmake
parent04cb94a2ddb091c82764ed2b3981f891b093d5d3 (diff)
downloadlibssh-f565aeebfa108d03e5c782881edd2ced849a4989.tar.gz
libssh-f565aeebfa108d03e5c782881edd2ced849a4989.tar.xz
libssh-f565aeebfa108d03e5c782881edd2ced849a4989.zip
Compile libssh with nacl if possible
Conflicts: DefineOptions.cmake
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake4
1 files changed, 3 insertions, 1 deletions
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