Various minor modes for i386_solaris

This commit is contained in:
Marc G. Fournier 1998-02-19 14:27:33 +00:00
parent 9a4d023bb5
commit 9a55013403
3 changed files with 4 additions and 3 deletions

View File

@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/libpq/pqcomm.c,v 1.36 1998/01/27 03:25:01 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/libpq/pqcomm.c,v 1.37 1998/02/19 14:27:33 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@ -36,6 +36,7 @@
*/
#include <stdio.h>
#include <string.h>
#include <strings.h>
#include <signal.h>
#include <errno.h>
#include <fcntl.h>

2
src/configure vendored
View File

@ -573,7 +573,7 @@ case "$host_os" in
solaris*)
case "$host_cpu" in
sparc) os=sparc_solaris need_tas=yes tas_file=sparc_solaris.s ;;
i386) os=i386_solaris need_tas=yes tas_file=i386_solaris ;;
i386) os=i386_solaris need_tas=yes tas_file=i386_solaris.s ;;
esac ;;
sunos*) os=sunos4 need_tas=no ;;
aux*) os=aux need_tas=no ;;

View File

@ -9,7 +9,7 @@ case "$host_os" in
solaris*)
case "$host_cpu" in
sparc) os=sparc_solaris need_tas=yes tas_file=sparc_solaris.s ;;
i386) os=i386_solaris need_tas=yes tas_file=i386_solaris ;;
i386) os=i386_solaris need_tas=yes tas_file=i386_solaris.s ;;
esac ;;
sunos*) os=sunos4 need_tas=no ;;
aux*) os=aux need_tas=no ;;