summaryrefslogtreecommitdiff
path: root/xpcom/build/nsXPCOMPrivate.h
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-05-03 11:35:41 +0000
committerMoonchild <moonchild@palemoon.org>2021-05-03 11:35:41 +0000
commit1bf0734a7249eb0dc1a96d825e7310eb46cac6dc (patch)
tree1f941b9822dabf5301601c83b3ac8ab91d8a622e /xpcom/build/nsXPCOMPrivate.h
parentb1eb04d3f0fde242edb8e9b8b11d00539ceeade7 (diff)
downloaduxp-1bf0734a7249eb0dc1a96d825e7310eb46cac6dc.tar.gz
Issue #1751 -- Remove XP_MACOSX conditionals and support files from /xpcom
Diffstat (limited to 'xpcom/build/nsXPCOMPrivate.h')
-rw-r--r--xpcom/build/nsXPCOMPrivate.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/xpcom/build/nsXPCOMPrivate.h b/xpcom/build/nsXPCOMPrivate.h
index c5f6553c03..6c3a2bc0ab 100644
--- a/xpcom/build/nsXPCOMPrivate.h
+++ b/xpcom/build/nsXPCOMPrivate.h
@@ -254,15 +254,8 @@ void LogTerm();
#define XPCOM_DLL XUL_DLL
-// you have to love apple..
-#ifdef XP_MACOSX
-#define XPCOM_SEARCH_KEY "DYLD_LIBRARY_PATH"
-#define GRE_FRAMEWORK_NAME "XUL.framework"
-#define XUL_DLL "XUL"
-#else
#define XPCOM_SEARCH_KEY "LD_LIBRARY_PATH"
#define XUL_DLL "libxul" MOZ_DLL_SUFFIX
-#endif
#define GRE_CONF_NAME ".gre.config"
#define GRE_CONF_PATH "/etc/gre.conf"