summaryrefslogtreecommitdiff
path: root/include/config.h.in
diff options
context:
space:
mode:
authorTushar Gohad <tushar.gohad@intel.com>2014-07-06 20:59:57 -0700
committerTushar Gohad <tushar.gohad@intel.com>2014-07-07 15:19:16 -0700
commitea7af2e7fcef4cc5fd5778e1672dca7b069d95db (patch)
tree9e8bccade3378bb974f5863a55dec5e2e826a407 /include/config.h.in
parent45eb51acfdc18ef85ed535d08139215be5552dda (diff)
downloadliberasurecode-ea7af2e7fcef4cc5fd5778e1672dca7b069d95db.tar.gz
xor code backend implementation (WIP)
Facing some nasty dlopen() issues when testing with "test/liberasurecode_test" Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
Diffstat (limited to 'include/config.h.in')
-rw-r--r--include/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/config.h.in b/include/config.h.in
index 462461b..d2b42c9 100644
--- a/include/config.h.in
+++ b/include/config.h.in
@@ -57,6 +57,9 @@
/* Support mmx instructions */
#undef HAVE_MMX
+/* Define to 1 if you have the <pthread.h> header file. */
+#undef HAVE_PTHREAD_H
+
/* Define to 1 if you have the `realloc' function. */
#undef HAVE_REALLOC