configure revisions to autodetect USE_POSIX_SIGNALS - Mailing list pgsql-hackers

From Tom Lane
Subject configure revisions to autodetect USE_POSIX_SIGNALS
Date
Msg-id 23015.912317872@sss.pgh.pa.us
Whole thread Raw
Responses Re: [HACKERS] configure revisions to autodetect USE_POSIX_SIGNALS  (The Hermit Hacker <scrappy@hub.org>)
List pgsql-hackers
I have just checked into the main-branch CVS tree some revisions
to allow autoconf to decide whether the system has POSIX signals
or not, rather than relying on the platform os.h file to tell us.
This seems to be the only reasonable way to support all the
different versions of HPUX correctly.

I would like to check this into the 6.4 branch for 6.4.1, but
I'm afraid Marc will break my thumbs if I just do that without
any outside testing ;-).  Please let me know whether this works
OK on your platform.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: New platform-specific FAQ for HPUX
Next
From: The Hermit Hacker
Date:
Subject: Re: [HACKERS] configure revisions to autodetect USE_POSIX_SIGNALS