summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNoriko Hosoi <nhosoi@redhat.com>2006-11-10 01:42:39 +0000
committerNoriko Hosoi <nhosoi@redhat.com>2006-11-10 01:42:39 +0000
commit940762a8e91157028b4dd9e550499d0af6a3291c (patch)
tree909c95776a20b794fc76f24a470c9d4107197486 /include
parent275291284c66794cce7dab07a2d2daea33c2e947 (diff)
downloadds-940762a8e91157028b4dd9e550499d0af6a3291c.tar.gz
ds-940762a8e91157028b4dd9e550499d0af6a3291c.tar.xz
ds-940762a8e91157028b4dd9e550499d0af6a3291c.zip
Resolves: #214728
Summary: Cleaning up obsolete macros in the build Changes: eliminated macro MCC_HTTPD (Comment #14)
Diffstat (limited to 'include')
-rw-r--r--include/base/systems.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/base/systems.h b/include/base/systems.h
index a5ce0b54..d1403aa0 100644
--- a/include/base/systems.h
+++ b/include/base/systems.h
@@ -509,7 +509,7 @@ typedef void* PASSWD;
/* 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 @@ typedef void* PASSWD;
#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 --- */