summaryrefslogtreecommitdiff
path: root/include/sal
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2017-02-20 22:57:00 +0200
committerKhaled Hosny <khaledhosny@eglug.org>2017-02-21 09:59:07 +0000
commit0e21f6619c72f1e17a7b0a52b6317810973d8a3e (patch)
treee43a89c6519b5c69aff392d3ce582aa0cd9b72bb /include/sal
parentca5277c1ad181c15ce604077e07935b2de946c7c (diff)
Kill bitrot Emscripten experiment
Change-Id: I1cd5331157e684afb01e6555168ce646194c6ff2 Reviewed-on: https://gerrit.libreoffice.org/34493 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Khaled Hosny <khaledhosny@eglug.org>
Diffstat (limited to 'include/sal')
-rw-r--r--include/sal/alloca.h2
-rw-r--r--include/sal/config.h11
2 files changed, 1 insertions, 12 deletions
diff --git a/include/sal/alloca.h b/include/sal/alloca.h
index 4a817c7ec87a..f756acc3bab8 100644
--- a/include/sal/alloca.h
+++ b/include/sal/alloca.h
@@ -20,7 +20,7 @@
#ifndef INCLUDED_SAL_ALLOCA_H
#define INCLUDED_SAL_ALLOCA_H
-#if defined (__sun) || defined (LINUX) || defined(AIX) || defined(ANDROID) || defined(EMSCRIPTEN)
+#if defined (__sun) || defined (LINUX) || defined(AIX) || defined(ANDROID)
#ifndef INCLUDED_ALLOCA_H
#include <alloca.h>
diff --git a/include/sal/config.h b/include/sal/config.h
index 24612f70ec18..3911db512d55 100644
--- a/include/sal/config.h
+++ b/include/sal/config.h
@@ -62,17 +62,6 @@
#define SAL_CONFIGFILE( name ) name "rc"
#endif
-#ifdef EMSCRIPTEN
-#define SAL_UNX
-#define SAL_DLLEXTENSION ".bc"
-#define SAL_EXEEXTENSION ""
-#define SAL_DLLPREFIX "lib"
-#define SAL_PATHSEPARATOR ':'
-#define SAL_PATHDELIMITER '/'
-#define SAL_NEWLINE_STRING "\n"
-#define SAL_CONFIGFILE( name ) name "rc"
-#endif
-
#ifdef MACOSX
#define SAL_UNX
#define SAL_DLLEXTENSION ".dylib"