mirror of https://github.com/BOINC/boinc.git
Boinc 4.x compatibility fixes
git-svn-id: svn+ssh://cvs.lpds.sztaki.hu/var/lib/svn/szdg/dcapi/trunk@147 a7169a2c-3604-0410-bc95-c702d8d87f7a
This commit is contained in:
parent
00f8d22a05
commit
04c0ca3f4d
|
@ -22,6 +22,10 @@
|
|||
// (see validate_trivial.C),
|
||||
// or that requires strict or fuzzy equality.
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <cassert>
|
||||
|
||||
#include <error_numbers.h>
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
/* Include BOINC Headers */
|
||||
//#include "rsaeuro.h"
|
||||
//#include "crypt.h"
|
||||
|
|
|
@ -70,7 +70,7 @@ if test "$no_boinc" != yes; then
|
|||
[dc_cv_boinc_version=5])
|
||||
])
|
||||
CPPFLAGS="$save_CPPFLAGS"
|
||||
AC_DEFINE([BOINC_VERSION], [$dc_cv_boinc_version])
|
||||
AC_DEFINE_UNQUOTED([BOINC_VERSION], [$dc_cv_boinc_version])
|
||||
fi
|
||||
|
||||
AC_ARG_WITH([clgr], AS_HELP_STRING([--with-clgr@<:@=DIR@:>@],
|
||||
|
|
Loading…
Reference in New Issue