File tree 5 files changed +160
-166
lines changed
5 files changed +160
-166
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/float.c,v 1.40 1999/02/13 23:19:14 momjian Exp $
10
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/float.c,v 1.41 1999/04/20 00:26:32 tgl Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
74
74
#define SHRT_MIN (-32768)
75
75
#endif
76
76
77
- #ifndef NAN
78
- #define NAN (0.0/0.0)
79
- #endif
80
-
81
77
#define FORMAT 'g' /* use "g" output format as standard
82
78
* format */
83
79
/* not sure what the following should be, but better to make it over-sufficient */
@@ -112,9 +108,8 @@ extern double rint(double x);
112
108
113
109
#endif
114
110
115
- extern int isinf (double x );
116
-
117
111
#endif
112
+
118
113
/* ========== USER I/O ROUTINES ========== */
119
114
120
115
Original file line number Diff line number Diff line change 709
709
(/bin/uname -X| egrep ' ^Machine.*Pentium' > /dev/null) \
710
710
&& UNAME_MACHINE=i586
711
711
fi
712
- echo ${UNAME_MACHINE} -unixware- ${UNAME_RELEASE} - ${UNAME_VERSION}
712
+ echo ${UNAME_MACHINE} -pc-unixware ${UNAME_VERSION}
713
713
exit 0 ;;
714
714
pc:* :* :* )
715
715
# uname -m prints for DJGPP always 'pc', but it prints nothing about
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ case $basic_machine in
175
175
| m88k-* | sparc-* | ns32k-* | fx80-* | arc-* | arm-* | c[123]* \
176
176
| mips-* | pyramid-* | tron-* | a29k-* | romp-* | rs6000-* \
177
177
| power-* | none-* | 580-* | cray2-* | h8300-* | i960-* \
178
- | xmp-* | ymp-* | hppa-* | hppa1.0-* | hppa1.1-* | hppa2.0-* \
178
+ | xmp-* | ymp-* | hppa-* | hppa1.0-* | hppa1.1-* | hppa2.0* -* \
179
179
| alpha-* | alphaev5-* | alphaev56-* | we32k-* | cydra-* \
180
180
| ns16k-* | pn-* | np1-* | xps100-* | clipper-* | orion-* \
181
181
| sparclite-* | pdp11-* | sh-* | powerpc-* | powerpcle-* \
@@ -692,6 +692,8 @@ case $os in
692
692
-svr4* )
693
693
os=-sysv4
694
694
;;
695
+ -unixware7* )
696
+ ;;
695
697
-unixware* )
696
698
os=-sysv4.2uw
697
699
;;
You can’t perform that action at this time.
0 commit comments