[dovecot-cvs] dovecot/src/auth auth-module.c,1.2,1.3

cras at procontrol.fi cras at procontrol.fi
Fri May 30 05:07:34 EEST 2003


Update of /home/cvs/dovecot/src/auth
In directory danu:/tmp/cvs-serv2919

Modified Files:
	auth-module.c 
Log Message:
Again RTLD_* fixes.



Index: auth-module.c
===================================================================
RCS file: /home/cvs/dovecot/src/auth/auth-module.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- auth-module.c	14 May 2003 18:23:04 -0000	1.2
+++ auth-module.c	30 May 2003 01:07:31 -0000	1.3
@@ -9,6 +9,14 @@
 #include <sys/stat.h>
 #include <dlfcn.h>
 
+#ifndef RTLD_GLOBAL
+#  define RTLD_GLOBAL 0
+#endif
+
+#ifndef RTLD_NOW
+#  define RTLD_NOW 0
+#endif
+
 struct auth_module {
 	struct auth_module *next;
 



More information about the dovecot-cvs mailing list