]> granicus.if.org Git - postgresql/commit
Add configure-time check whether sig_atomic_t is defined; if not,
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 3 Dec 2001 17:44:52 +0000 (17:44 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 3 Dec 2001 17:44:52 +0000 (17:44 +0000)
commit18ab41eeefa5e7d1f1bb5a9f9108be06bbe77689
tree569261777c15a59fe376e78c7644d093603a5d84
parent4ea2b8f556bff352cfc30613f040a08675eba1d2
Add configure-time check whether sig_atomic_t is defined; if not,
provide a default definition equating it to 'int'.  Should trigger only
on machines with pre-ANSI-C header files, eg SunOS 4.1.x.
configure
configure.in
src/include/c.h
src/include/pg_config.h.in