]> granicus.if.org Git - postgresql/commit
From: t-ishii@sra.co.jp
authorMarc G. Fournier <scrappy@hub.org>
Tue, 24 Feb 1998 06:04:55 +0000 (06:04 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Tue, 24 Feb 1998 06:04:55 +0000 (06:04 +0000)
commit96316211c3a1300b304d452e09c726fb775aa502
treea203f10d49c05fd7de22693f481685ab15a047b8
parent712e77e3dfbec79695da94ec7f64762f0555cfb2
From: t-ishii@sra.co.jp

Ok. I have decided to use:

#if defined(sun) && if defined(sparc) && !defined(__svr4)

instead of defined(sunos4).  interfaces/libpq/libpq-fe.h and
include/c.h have been modified(see included patches).

Another porblems I have found are:

o SunOS lacks strtoul(). to fix this I stole strtoul.c from FreeBSD
and place it under backend/port. necessary modifications have been
also made to backend/port/Makefile.in, include/config.h.in and
configure.in (see included patches).
src/backend/port/Makefile.in
src/backend/port/strtoul.c [new file with mode: 0644]
src/configure
src/configure.in
src/include/c.h
src/include/config.h.in
src/interfaces/ecpg/preproc/Makefile
src/interfaces/libpq/libpq-fe.h