-
- Downloads
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).
Showing
- src/backend/port/Makefile.in 2 additions, 2 deletionssrc/backend/port/Makefile.in
- src/backend/port/strtoul.c 109 additions, 0 deletionssrc/backend/port/strtoul.c
- src/configure 138 additions, 82 deletionssrc/configure
- src/configure.in 6 additions, 1 deletionsrc/configure.in
- src/include/c.h 2 additions, 2 deletionssrc/include/c.h
- src/include/config.h.in 3 additions, 0 deletionssrc/include/config.h.in
- src/interfaces/ecpg/preproc/Makefile 1 addition, 1 deletionsrc/interfaces/ecpg/preproc/Makefile
- src/interfaces/libpq/libpq-fe.h 2 additions, 2 deletionssrc/interfaces/libpq/libpq-fe.h
Loading
Please register or sign in to comment