Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Marcus Hoffmann
nettle
Commits
19c13e25
Commit
19c13e25
authored
14 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
(HAVE_NATIVE_64_BIT): New config.h define.
Rev: nettle/configure.ac:1.26
parent
f1713dbe
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure.ac
+7
-2
7 additions, 2 deletions
configure.ac
with
7 additions
and
2 deletions
configure.ac
+
7
−
2
View file @
19c13e25
...
@@ -116,7 +116,7 @@ if test x$enable_dependency_tracking = xyes ; then
...
@@ -116,7 +116,7 @@ if test x$enable_dependency_tracking = xyes ; then
])
])
fi
fi
# Figure out ABI. Currently, configurable only b
e
setting CFLAGS.
# Figure out ABI. Currently, configurable only b
y
setting CFLAGS.
ABI=standard
ABI=standard
case "$host_cpu" in
case "$host_cpu" in
...
@@ -430,7 +430,6 @@ AC_C_INLINE
...
@@ -430,7 +430,6 @@ AC_C_INLINE
AC_TYPE_UID_T
AC_TYPE_UID_T
AC_TYPE_SIZE_T
AC_TYPE_SIZE_T
AC_HEADER_TIME
AC_HEADER_TIME
# Used by eratosthenes.c
AC_CHECK_SIZEOF(long)
AC_CHECK_SIZEOF(long)
AC_CHECK_HEADERS([openssl/blowfish.h openssl/des.h openssl/cast.h openssl/aes.h],,
AC_CHECK_HEADERS([openssl/blowfish.h openssl/des.h openssl/cast.h openssl/aes.h],,
...
@@ -522,6 +521,12 @@ fi
...
@@ -522,6 +521,12 @@ fi
AC_SUBST(OPENSSL_LIBFLAGS)
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
# 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),
# 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
# clock_getres reports ns accuracy, while in a quick test on osf
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment