From 5a9c9cdc1a0add1d0e6e63e64d5d7d7febc6d749 Mon Sep 17 00:00:00 2001 From: Steve Bennett Date: Tue, 9 Nov 2010 07:28:47 +1000 Subject: Allow jim to be used as an autoconf subdir Ensure that no public headers include the autoconf header, jimautoconf.h, as it leads to problems with redefined symbols. Signed-off-by: Steve Bennett --- jim-config.h.in | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 jim-config.h.in (limited to 'jim-config.h.in') diff --git a/jim-config.h.in b/jim-config.h.in new file mode 100644 index 0000000..2394bc5 --- /dev/null +++ b/jim-config.h.in @@ -0,0 +1,2 @@ +/* Public autoconf settings */ +@DEFINE_HAVE_LONG_LONG@ -- cgit v1.1