summaryrefslogtreecommitdiffstats
path: root/lib/jsoncpp/include/json/autolink.h
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2015-05-09 02:22:33 +0200
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2015-07-10 00:10:51 +0200
commitccfe04a0a2b64c2bdfd10c4a0aadf61847001eae (patch)
treed7b0e9aab9f4c81c58121c5b06411b25a2efba00 /lib/jsoncpp/include/json/autolink.h
parentUpdated luaexpat (diff)
downloadcuberite-ccfe04a0a2b64c2bdfd10c4a0aadf61847001eae.tar
cuberite-ccfe04a0a2b64c2bdfd10c4a0aadf61847001eae.tar.gz
cuberite-ccfe04a0a2b64c2bdfd10c4a0aadf61847001eae.tar.bz2
cuberite-ccfe04a0a2b64c2bdfd10c4a0aadf61847001eae.tar.lz
cuberite-ccfe04a0a2b64c2bdfd10c4a0aadf61847001eae.tar.xz
cuberite-ccfe04a0a2b64c2bdfd10c4a0aadf61847001eae.tar.zst
cuberite-ccfe04a0a2b64c2bdfd10c4a0aadf61847001eae.zip
Diffstat (limited to 'lib/jsoncpp/include/json/autolink.h')
m---------lib/jsoncpp0
-rw-r--r--lib/jsoncpp/include/json/autolink.h19
2 files changed, 0 insertions, 19 deletions
diff --git a/lib/jsoncpp b/lib/jsoncpp
new file mode 160000
+Subproject 5256551b0307d3e85f453faf1b1822b1d859f94
diff --git a/lib/jsoncpp/include/json/autolink.h b/lib/jsoncpp/include/json/autolink.h
deleted file mode 100644
index 37c9258ed..000000000
--- a/lib/jsoncpp/include/json/autolink.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef JSON_AUTOLINK_H_INCLUDED
-# define JSON_AUTOLINK_H_INCLUDED
-
-# include "config.h"
-
-# ifdef JSON_IN_CPPTL
-# include <cpptl/cpptl_autolink.h>
-# endif
-
-# if !defined(JSON_NO_AUTOLINK) && !defined(JSON_DLL_BUILD) && !defined(JSON_IN_CPPTL)
-# define CPPTL_AUTOLINK_NAME "json"
-# undef CPPTL_AUTOLINK_DLL
-# ifdef JSON_DLL
-# define CPPTL_AUTOLINK_DLL
-# endif
-# include "autolink.h"
-# endif
-
-#endif // JSON_AUTOLINK_H_INCLUDED