summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2008-11-19 09:37:49 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2008-11-19 09:37:49 -0800
commit613c1e6d09930bab47f2c6983f220df002c2e2ce (patch)
treeb9752ec190370af71eee839011f5635e86772e53
parent0821f3b4eae5428cf1af5c4c056240f8991758f6 (diff)
Add AC_SYS_LARGEFILE to configure.ac
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b15c4be..f75d7a5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -116,6 +116,8 @@ AM_CONDITIONAL(NETBSD, [test "x$netbsd" = xyes])
AM_CONDITIONAL(OPENBSD, [test "x$openbsd" = xyes])
AM_CONDITIONAL(SOLARIS, [test "x$solaris" = xyes])
+AC_SYS_LARGEFILE
+
AC_CHECK_HEADER([asm/mtrr.h], [have_mtrr_h="yes"], [have_mtrr_h="no"])
if test "x$have_mtrr_h" = xyes; then
q-review'>irq-review danvet's drm/ playgrounddanvet
summaryrefslogtreecommitdiff
path: root/include/crypto
AgeCommit message (Expand)AuthorFilesLines
2011-11-21crypto: serpent-sse2 - add lrw supportJussi Kivilinna1-0/+2
2011-11-09crypto: Unlink and free instances when deletedSteffen Klassert1-0/+1
2011-11-09crypto: xts: add interface for parallelized cipher implementationsJussi Kivilinna1-0/+27
2011-11-09crypto: twofish-x86_64-3way - add lrw supportJussi Kivilinna1-0/+2
2011-11-09crypto: lrw - add interface for parallelized cipher implementionsJussi Kivilinna1-0/+43
2011-11-09crypto: serpent - export common functions for x86_64/i386-sse2 assembler impl...Jussi Kivilinna1-0/+25
2011-10-21crypto: Add a report function pointer to crypto_typeSteffen Klassert1-0/+2
2011-09-22crypto: blowfish - split generic and common c codeJussi Kivilinna1-0/+23
2011-08-16crypto: sha - Fix build error due to crypto_sha1_updateHerbert Xu1-0/+2
2011-08-10crypto: sha1 - export sha1_update for reuseMathias Krause1-0/+3
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dob