Skip to content

Commit

Permalink
Interzone 1.4 w/Masternode Adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
projectinterzone committed Sep 10, 2017
1 parent afc2d8e commit 1ea98d4
Show file tree
Hide file tree
Showing 938 changed files with 415 additions and 45,350 deletions.
Empty file modified COPYING 100644 → 100755
Empty file.
Empty file modified INSTALL 100644 → 100755
Empty file.
Empty file modified Makefile.am 100644 → 100755
Empty file.
45 changes: 7 additions & 38 deletions configure.ac 100644 → 100755
@@ -1,7 +1,7 @@
dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 0)
define(_CLIENT_VERSION_MINOR, 13)
define(_CLIENT_VERSION_MAJOR, 1)
define(_CLIENT_VERSION_MINOR, 4)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
Expand All @@ -10,9 +10,9 @@ AC_INIT([Interzone Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VE
AC_CONFIG_AUX_DIR([src/build-aux])
AC_CONFIG_MACRO_DIR([src/m4])
AC_CANONICAL_HOST
AH_TOP([#ifndef CHAINCOIN_CONFIG_H])
AH_TOP([#define CHAINCOIN_CONFIG_H])
AH_BOTTOM([#endif //CHAINCOIN_CONFIG_H])
AH_TOP([#ifndef Interzone_CONFIG_H])
AH_TOP([#define Interzone_CONFIG_H])
AH_BOTTOM([#endif //Interzone_CONFIG_H])

# This m4 will only be used if a system copy cannot be found. This is helpful
# on systems where autotools are installed but the pkg-config macros are not in
Expand Down Expand Up @@ -158,9 +158,9 @@ fi
## compatibility with the legacy buildsystem.
##
if test "x$CXXFLAGS_overridden" = "xno"; then
CXXFLAGS="$CXXFLAGS -std=c++11 -DBOOST_NO_CXX11_SCOPED_ENUMS -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter"
CXXFLAGS="$CXXFLAGS -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter"
fi
CPPFLAGS="$CPPFLAGS -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -fPIE"
CPPFLAGS="$CPPFLAGS -DBOOST_SPIRIT_THREADSAFE -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS"

AC_LANG_PUSH([C++])

Expand Down Expand Up @@ -519,23 +519,6 @@ AC_ARG_WITH([daemon],
[build_bitcoind=$withval],
[build_bitcoind=yes])

AC_CHECK_HEADERS([endian.h sys/endian.h byteswap.h stdio.h stdlib.h unistd.h strings.h sys/types.h sys/stat.h sys/select.h sys/prctl.h])

AC_CHECK_DECLS([le16toh, le32toh, le64toh, htole16, htole32, htole64, be16toh, be32toh, be64toh, htobe16, htobe32, htobe64],,,
[#if HAVE_ENDIAN_H
#include <endian.h>
#elif HAVE_SYS_ENDIAN_H
#include <sys/endian.h>
#endif])

AC_CHECK_DECLS([bswap_16, bswap_32, bswap_64],,,
[#if HAVE_BYTESWAP_H
#include <byteswap.h>
#endif])

AC_CHECK_DECLS([__builtin_clz, __builtin_clzl, __builtin_clzll])


BITCOIN_QT_INIT

if test x$use_pkgconfig = xyes; then
Expand All @@ -554,12 +537,6 @@ if test x$use_pkgconfig = xyes; then
if test x$use_qr != xno; then
BITCOIN_QT_CHECK([PKG_CHECK_MODULES([QR], [libqrencode], [have_qrencode=yes], [have_qrencode=no])])
fi
if test x$build_bitcoin_utils$build_bitcoind$bitcoin_enable_qt$use_tests != xnononono; then
PKG_CHECK_MODULES([EVENT], [libevent],, [AC_MSG_ERROR(libevent not found.)])
if test x$TARGET_OS != xwindows; then
PKG_CHECK_MODULES([EVENT_PTHREADS], [libevent_pthreads],, [AC_MSG_ERROR(libevent_pthreads not found.)])
fi
fi
]
)
else
Expand All @@ -569,14 +546,6 @@ else
AC_CHECK_HEADER([openssl/ssl.h],, AC_MSG_ERROR(libssl headers missing),)
AC_CHECK_LIB([ssl], [main],, AC_MSG_ERROR(libssl missing))

if test x$build_bitcoin_utils$build_bitcoind$bitcoin_enable_qt$use_tests != xnononono; then
AC_CHECK_HEADER([event2/event.h],, AC_MSG_ERROR(libevent headers missing),)
AC_CHECK_LIB([event],[main],EVENT_LIBS=-levent,AC_MSG_ERROR(libevent missing))
if test x$TARGET_OS != xwindows; then
AC_CHECK_LIB([event_pthreads],[main],EVENT_PTHREADS_LIBS=-levent_pthreads,AC_MSG_ERROR(libevent_pthreads missing))
fi
fi

BITCOIN_QT_CHECK(AC_CHECK_LIB([protobuf] ,[main],,BITCOIN_QT_FAIL(libprotobuf not found)))
if test x$use_qr != xno; then
BITCOIN_QT_CHECK([AC_CHECK_LIB([qrencode], [main],, [have_qrencode=no])])
Expand Down
Empty file modified contrib/README.md 100644 → 100755
Empty file.
Empty file modified contrib/bitcoind.bash-completion 100644 → 100755
Empty file.
Empty file modified contrib/bitrpc/README.md 100644 → 100755
Empty file.
Empty file modified contrib/bitrpc/bitrpc.py 100644 → 100755
Empty file.
1 change: 0 additions & 1 deletion contrib/chc_seeder/README.md

This file was deleted.

178 changes: 0 additions & 178 deletions contrib/chc_seeder/dns_server.py

This file was deleted.

31 changes: 0 additions & 31 deletions contrib/chc_seeder/mn_rand_ips.py

This file was deleted.

4 changes: 0 additions & 4 deletions contrib/chc_seeder/setup.sh

This file was deleted.

29 changes: 0 additions & 29 deletions contrib/contrib.pro

This file was deleted.

0 comments on commit 1ea98d4

Please sign in to comment.