]> git.pld-linux.org Git - packages/exim-greylist-af.git/commitdiff
- new
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 1 Sep 2005 17:59:50 +0000 (17:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    exim-greylist-af-dlopen.patch -> 1.1

exim-greylist-af-dlopen.patch [new file with mode: 0644]

diff --git a/exim-greylist-af-dlopen.patch b/exim-greylist-af-dlopen.patch
new file mode 100644 (file)
index 0000000..6239a61
--- /dev/null
@@ -0,0 +1,26 @@
+diff -urN exim-greylist-af-0.02.org/local_scan.c exim-greylist-af-0.02/local_scan.c
+--- exim-greylist-af-0.02.org/local_scan.c     2004-08-31 14:02:56.000000000 +0200
++++ exim-greylist-af-0.02/local_scan.c 2005-09-01 19:59:20.716298648 +0200
+@@ -975,6 +975,22 @@
+     return to;
+ }
++#ifdef DLOPEN_LOCAL_SCAN
++/** Return the verion of the local_scan ABI, if being compiled as a .so */
++int local_scan_version_major(void) {
++    return(LOCAL_SCAN_ABI_VERSION_MAJOR);
++}
++
++int local_scan_version_minor(void) {
++    return(LOCAL_SCAN_ABI_VERSION_MINOR);
++}
++
++/**
++ *      Left over for compatilibility with old patched exims that didn't have
++ *      a version number with minor an major. Keep in mind that it will not work
++ *      with older exim4s (I think 4.11 and above is required)
++ */
++#endif
+ /* End of local_scan.c */
This page took 0.069761 seconds and 4 git commands to generate.