summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Holmgren <holmgren@lysator.liu.se>2006-12-06 10:08:28 +0000
committerMagnus Holmgren <holmgren@lysator.liu.se>2006-12-06 10:08:28 +0000
commite57faad2d762accd0c14f509a36adf9525b6ee5d (patch)
treeb604e5bb8fcc1d3bdd820e73faae417600e9c106
parentea2c01d20f397fb6f7bbaba22ff82ea2ce815907 (diff)
I added the concatenated LOCAL_SCAN_ABI_VERSION define as well. Hope that's OK.
-rw-r--r--src/src/local_scan.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/src/local_scan.h b/src/src/local_scan.h
index 326cbdbd0..037e5d15c 100644
--- a/src/src/local_scan.h
+++ b/src/src/local_scan.h
@@ -1,4 +1,4 @@
-/* $Cambridge: exim/src/src/local_scan.h,v 1.8 2006/12/06 09:46:03 magnus Exp $ */
+/* $Cambridge: exim/src/src/local_scan.h,v 1.9 2006/12/06 10:08:28 magnus Exp $ */
/*************************************************
* Exim - an Internet mail transport agent *
@@ -101,6 +101,8 @@ compatibility). */
#define LOCAL_SCAN_ABI_VERSION_MAJOR 1
#define LOCAL_SCAN_ABI_VERSION_MINOR 1
+#define LOCAL_SCAN_ABI_VERSION \
+ LOCAL_SCAN_ABI_VERSION_MAJOR.LOCAL_SCAN_ABI_VERSION_MINOR
/* Structure definitions that are documented as visible in the function. */