summaryrefslogtreecommitdiff
path: root/include/config.h.in
diff options
context:
space:
mode:
authorKevin Greenan <kmgreen2@gmail.com>2014-07-16 08:39:36 -0700
committerKevin Greenan <kmgreen2@gmail.com>2014-07-16 08:43:47 -0700
commit0be44ad3ca61604a719edc1257ca9dfc258bdc0b (patch)
tree46e34a2ebe90cb923d708f1f356b27096ac8c020 /include/config.h.in
parentc41559c125c9f5445221e39bf57439411443f2e4 (diff)
downloadliberasurecode-0be44ad3ca61604a719edc1257ca9dfc258bdc0b.tar.gz
Remove required gf-complete dependency from liberasurecode.
NOTE: We need to ensure that any erasure code backend using algebraic signatures *must use* the same exact GF as those used in this library. This usually means same 'w' and primitive polynomial. I plan to make the same change to Jerasure, so it will be compatible.
Diffstat (limited to 'include/config.h.in')
-rw-r--r--include/config.h.in5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/config.h.in b/include/config.h.in
index cbda85e..a23e114 100644
--- a/include/config.h.in
+++ b/include/config.h.in
@@ -42,7 +42,7 @@
/* Define to 1 if you have the <liberation.h> header file. */
#undef HAVE_LIBERATION_H
-/* Define to 1 if you have the `gf_complete' library (-lgf_complete). */
+/* "Defined if gf-complete is installed" */
#undef HAVE_LIBGF_COMPLETE
/* Define to 1 if you have the <limits.h> header file. */
@@ -127,9 +127,6 @@
*/
#undef LT_OBJDIR
-/* Define to 1 if your C compiler doesn't accept -c and -o together. */
-#undef NO_MINUS_C_MINUS_O
-
/* Name of package */
#undef PACKAGE