diff options
Diffstat (limited to 'config/external/nspr/prcpucfg.h')
-rw-r--r-- | config/external/nspr/prcpucfg.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/config/external/nspr/prcpucfg.h b/config/external/nspr/prcpucfg.h index 8769abeeb8..8f455b509c 100644 --- a/config/external/nspr/prcpucfg.h +++ b/config/external/nspr/prcpucfg.h @@ -10,9 +10,7 @@ * Need to support conditionals that are defined in both the top-level build * system as well as NSS' build system for now. */ -#if defined(XP_DARWIN) || defined(DARWIN) -#include "md/_darwin.cfg" -#elif defined(XP_WIN) || defined(_WINDOWS) +#if defined(XP_WIN) || defined(_WINDOWS) #include "md/_win95.cfg" #elif defined(__FreeBSD__) #include "md/_freebsd.cfg" |