[Fedora-directory-commits] ldapserver/include/base systems.h, 1.6, 1.7

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Fri Nov 10 01:42:40 UTC 2006


Author: nhosoi

Update of /cvs/dirsec/ldapserver/include/base
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13082/include/base

Modified Files:
	systems.h 
Log Message:
Resolves: #214728
Summary: Cleaning up obsolete macros in the build
Changes: eliminated macro MCC_HTTPD (Comment #14)



Index: systems.h
===================================================================
RCS file: /cvs/dirsec/ldapserver/include/base/systems.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- systems.h	19 Apr 2005 22:06:44 -0000	1.6
+++ systems.h	10 Nov 2006 01:42:37 -0000	1.7
@@ -509,7 +509,7 @@
 /* NS_MAIL builds sec-key.c which calls systhread_init, which requires */
 /* that USE_NSPR is defined when systhr.c is compiled.  --lachman */
 /* MCC_PROXY does the same thing now --nbreslow -- LIKE HELL --ari */
-#if (defined(MCC_HTTPD) || defined(MCC_ADMSERV) || defined(MCC_PROXY) || defined(NS_MAIL)) && defined(XP_UNIX)
+#if defined(XP_UNIX)
 #define USE_NSPR
 /* XXXrobm This is UNIX-only for the moment */
 #define LOG_BUFFERING
@@ -520,10 +520,10 @@
 #ifdef IRIX 
 #undef SEM_FLOCK
 #define SEM_IRIX
-#endif 
-#endif
+#endif /* IRIX */
+#endif /* SW_THREADS */
 #define THREAD_ANY
-#endif
+#endif /* XP_UNIX */
 
 /* --- End the great debate --- */
 




More information about the Fedora-directory-commits mailing list