Bug 198304 - Installer doesn't build on AIX.

r=ssu@netscape.com, sr=dveditz@netscape.com


git-svn-id: svn://10.0.0.236/trunk@140115 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pkw%us.ibm.com
2003-03-23 22:29:27 +00:00
parent b4881f94ad
commit 56daaf0554
4 changed files with 7 additions and 4 deletions

View File

@@ -3610,7 +3610,7 @@ dnl ========================================================
dnl Installer
dnl ========================================================
case "$target_os" in
solaris*|linux*|msvc*|mksnt*|cygwin*|mingw*|os2*)
aix*|solaris*|linux*|msvc*|mksnt*|cygwin*|mingw*|os2*)
MOZ_INSTALLER=1
;;
esac

View File

@@ -28,7 +28,7 @@
#include <ctype.h>
#include <sys/stat.h>
#if defined(__unix) || defined(__unix__)
#if defined(__unix) || defined(__unix__) || defined(_AIX)
#include <sys/param.h>
#elif defined(_WINDOWS)
#include <windows.h>

View File

@@ -28,9 +28,12 @@
#include <errno.h>
#include <ctype.h>
#include <time.h>
#ifdef _AIX
#include <strings.h>
#endif
/* Platform-specific headers for socket functionality */
#if defined(__unix) || defined(__unix__) || defined(macintosh)
#if defined(__unix) || defined(__unix__) || defined(macintosh) || defined(_AIX)
#include <unistd.h>
#include <netdb.h>
#include <sys/socket.h>

View File

@@ -38,7 +38,7 @@
LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH
export -n MOZILLA_FIVE_HOME
unset MOZILLA_FIVE_HOME
PATH=.:$PATH
export PATH