Add support for DG/UX.
Thanks to fraioli@dg-rtp.dg.com (Marc J. Fraioli). git-svn-id: svn://10.0.0.236/trunk@8446 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -976,6 +976,14 @@ EXPORT_LDFLAGS += -lresolv -lsocket -lc /usr/ucblib/libucb.a
|
||||
|
||||
endif
|
||||
|
||||
########################################
|
||||
# Data General DG/UX
|
||||
ifeq ($(OS_ARCH),dgux)
|
||||
|
||||
OTHER_LIBS = $(MOTIFLIB) $(OS_LIBS)
|
||||
|
||||
endif
|
||||
|
||||
#######################################################################
|
||||
|
||||
$(MICROLINE_LIB):
|
||||
|
||||
@@ -1944,6 +1944,8 @@ build_user_agent_string(char *versionLocale)
|
||||
strcat (buf, "NEC/EWS-UX/V");
|
||||
#elif defined(SNI)
|
||||
strcat (buf, "SINIX-N");
|
||||
#elif defined(DGUX)
|
||||
strcat (buf, "DG/UX");
|
||||
#else
|
||||
ERROR!! run "uname -s" and put the result here.
|
||||
#endif
|
||||
|
||||
@@ -57,7 +57,7 @@ extern "C" char * _XmStringGetTextConcat(XmString);
|
||||
|
||||
#include "xpgetstr.h"
|
||||
|
||||
#if defined(IRIX) || defined(OSF1) || defined(SOLARIS) || defined(UNIXWARE) || defined(SNI) || defined(NCR) || defined(NEC)
|
||||
#if defined(IRIX) || defined(OSF1) || defined(SOLARIS) || defined(UNIXWARE) || defined(SNI) || defined(NCR) || defined(NEC) || defined(DGUX)
|
||||
#include <sys/statvfs.h> /* for statvfs() */
|
||||
#define STATFS statvfs
|
||||
#elif defined(SCO_SV)
|
||||
|
||||
Reference in New Issue
Block a user