Commit 4b9fb266 authored by Bruce Momjian's avatar Bruce Momjian

HPUX patches from Vladimir Turin.

parent a638f662
#define JMP_BUF
#define USE_POSIX_TIME
#define USE_POSIX_SIGNALS
#define HAS_TEST_AND_SET
typedef struct
{
......
HPUX_MAJOR= $(shell uname -r|sed 's/^[^.]*\.\([^.]*\).*/\1/')
# HP-UX 10 has a select() in libcurses, so we need to get the libc version first
ifeq ($(HPUX_MAJOR), 10)
LDFLAGS:= -lc $(LDFLAGS)
LDFLAGS:= -Wl,-E -lc $(LDFLAGS)
endif
# Does anyone use this stuff?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment