Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
19c13e25
Commit
19c13e25
authored
Sep 24, 2010
by
Niels Möller
Browse files
(HAVE_NATIVE_64_BIT): New config.h define.
Rev: nettle/configure.ac:1.26
parent
f1713dbe
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
19c13e25
...
...
@@ -116,7 +116,7 @@ if test x$enable_dependency_tracking = xyes ; then
])
fi
# Figure out ABI. Currently, configurable only b
e
setting CFLAGS.
# Figure out ABI. Currently, configurable only b
y
setting CFLAGS.
ABI=standard
case "$host_cpu" in
...
...
@@ -430,7 +430,6 @@ AC_C_INLINE
AC_TYPE_UID_T
AC_TYPE_SIZE_T
AC_HEADER_TIME
# Used by eratosthenes.c
AC_CHECK_SIZEOF(long)
AC_CHECK_HEADERS([openssl/blowfish.h openssl/des.h openssl/cast.h openssl/aes.h],,
...
...
@@ -522,6 +521,12 @@ fi
AC_SUBST(OPENSSL_LIBFLAGS)
# Choose strategy for Camellia round
AH_BOTTOM(
[/* Needs include of <limits.h> before use. */
#define HAVE_NATIVE_64_BIT (SIZEOF_LONG * CHAR_BIT >= 64)
])
# clock_gettime is in librt on *-*-osf5.1 and on glibc, so add -lrt to
# BENCH_LIBS if needed. On linux (tested on x86_32, 2.6.26),
# clock_getres reports ns accuracy, while in a quick test on osf
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment