The Cryb libraries
Find a file
Dag-Erling Smørgrav 6ed802ddf3 Consistently use #if HAVE_FOO instead of #ifdef HAVE_FOO. The reason is
that AC_CHECK_DECLS([foo]), unlike AC_CHECK_FUNCS([foo]), will always
define HAVE_FOO, so #ifdef HAVE_FOO will always be true even if it is 0.
This commit finally fixes the [bl]e{32,64}{enc,dec} issue on Linux.
2014-12-20 00:38:54 +00:00
include Consistently use #if HAVE_FOO instead of #ifdef HAVE_FOO. The reason is 2014-12-20 00:38:54 +00:00
lib Consistently use #if HAVE_FOO instead of #ifdef HAVE_FOO. The reason is 2014-12-20 00:38:54 +00:00
t Consistently use #if HAVE_FOO instead of #ifdef HAVE_FOO. The reason is 2014-12-20 00:38:54 +00:00
tools Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
autogen.des Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
autogen.sh Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
configure.ac Consistently use #if HAVE_FOO instead of #ifdef HAVE_FOO. The reason is 2014-12-20 00:38:54 +00:00
CREDITS Credit upstream sources. 2014-07-11 13:08:39 +00:00
HISTORY Standard files that "make dist" complains about. 2014-07-10 14:44:17 +00:00
INSTALL Standard files that "make dist" complains about. 2014-07-10 14:44:17 +00:00
LICENSE Order copyright statements alphabetically (Devine < Percival < 2014-07-10 17:24:56 +00:00
Makefile.am Remove author and sponsor tags; we'll deal with that some other way. 2014-08-01 14:31:07 +00:00
mkpkgng.in WIP: CPE library. 2014-08-01 14:18:25 +00:00
README Standard files that "make dist" complains about. 2014-07-10 14:44:17 +00:00
RELNOTES Standard files that "make dist" complains about. 2014-07-10 14:44:17 +00:00