summaryrefslogtreecommitdiff
path: root/shell/source
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source')
-rw-r--r--shell/source/tools/lngconvex/lngconvex.cxx5
-rwxr-xr-xshell/source/unix/misc/senddoc.sh9
2 files changed, 1 insertions, 13 deletions
diff --git a/shell/source/tools/lngconvex/lngconvex.cxx b/shell/source/tools/lngconvex/lngconvex.cxx
index 4a5e03395bc8..546d76653dca 100644
--- a/shell/source/tools/lngconvex/lngconvex.cxx
+++ b/shell/source/tools/lngconvex/lngconvex.cxx
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifdef AIX
-# undef _THREAD_SAFE
-#endif
-
-
#ifdef _WIN32
#include <prewin.h>
#include <postwin.h>
diff --git a/shell/source/unix/misc/senddoc.sh b/shell/source/unix/misc/senddoc.sh
index c37a2dcf8ed0..f70251ecf310 100755
--- a/shell/source/unix/misc/senddoc.sh
+++ b/shell/source/unix/misc/senddoc.sh
@@ -27,14 +27,7 @@ if [ "$sd_platform" = "Linux" ] ; then
fi
# do not confuse the system mail clients with OOo and Java libraries
-case $sd_platform in
- AIX)
- unset LIBPATH
- ;;
- *)
- unset LD_LIBRARY_PATH
- ;;
-esac
+unset LD_LIBRARY_PATH
# tries to locate the executable specified
# as first parameter in the user's path.