|
|
|
Index: configure
|
|
|
|
--- configure.orig 2009-07-04 12:04:15 +0200
|
|
|
|
+++ configure 2009-07-07 23:55:17 +0200
|
|
|
|
@@ -4497,13 +4497,7 @@
|
|
|
|
if $ac_preproc_ok; then
|
|
|
|
:
|
|
|
|
else
|
|
|
|
- { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
|
|
|
|
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
|
|
|
|
-{ { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
|
|
|
|
-See \`config.log' for more details." >&5
|
|
|
|
-$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
|
|
|
|
-See \`config.log' for more details." >&2;}
|
|
|
|
- { (exit 1); exit 1; }; }; }
|
|
|
|
+ :
|
|
|
|
fi
|
|
|
|
|
|
|
|
ac_ext=c
|
|
|
|
Index: gnu.h.in
|
|
|
|
--- gnu.h.in.orig 2009-06-18 21:56:25 +0200
|
|
|
|
+++ gnu.h.in 2009-07-07 23:55:17 +0200
|
|
|
|
@@ -59,15 +59,6 @@
|
|
|
|
@TYPEDEF_UINT32_T@
|
|
|
|
@TYPEDEF_UINT64_T@
|
|
|
|
|
|
|
|
-#if defined(__GNUC__)
|
|
|
|
-# if !defined(__GNUC_PREREQ__)
|
|
|
|
-# define __GNUC_PREREQ__(maj, min) (__GNUC__ > (maj) || __GNUC__ == (maj) && __GNUC_MINOR__ >= (min))
|
|
|
|
-# endif
|
|
|
|
-#else
|
|
|
|
-# define __GNUC__ 0
|
|
|
|
-# define __GNUC_PREREQ__(maj, min) 0
|
|
|
|
-#endif
|
|
|
|
-
|
|
|
|
/* WARNING: overriding this value is dangerous; some assembler routines
|
|
|
|
* make assumptions about the size set by the configure script
|
|
|
|
*/
|
|
|
|
Index: include/Makefile.in
|
|
|
|
--- include/Makefile.in.orig 2009-07-04 12:04:18 +0200
|
|
|
|
+++ include/Makefile.in 2009-07-08 10:36:03 +0200
|
|
|
|
@@ -509,7 +509,6 @@
|
|
|
|
beecrypt/c++/util/RandomAccess.h \
|
|
|
|
beecrypt/c++/util/Set.h \
|
|
|
|
\
|
|
|
|
-beecrypt/c++/util/concurrent/locks \
|
|
|
|
beecrypt/c++/util/concurrent/locks/Condition.h \
|
|
|
|
beecrypt/c++/util/concurrent/locks/Lock.h \
|
|
|
|
beecrypt/c++/util/concurrent/locks/ReentrantLock.h
|