Re: [HACKERS] BSD gettext

2001-05-24 Thread Nathan Myers
On Thu, May 24, 2001 at 10:30:01AM -0400, Bruce Momjian wrote: The HPUX man page for mmap documents its failure return value as -1, so I hacked around this with #ifndef MAP_FAILED #define MAP_FAILED ((void *) (-1)) #endif whereupon it built and passed the simple self-test you

Re: [HACKERS] BSD gettext

2001-05-24 Thread Tom Lane
Peter Eisentraut [EMAIL PROTECTED] writes: This is a compilation of the BSD-licensed gettext tools from NetBSD plus some of my own code, put into a (hopefully) portable package, intended to be evaluated for possible use in PostgreSQL. Give it a try if you're interested. On HPUX 10.20:

Re: [HACKERS] BSD gettext

2001-05-22 Thread Rick Robino
Peter Eisentraut wrote: http://www.postgresql.org/~petere/gettext.html This is a compilation of the BSD-licensed gettext tools from NetBSD plus some of my own code, put into a (hopefully) portable package, intended to be evaluated for possible use in PostgreSQL. Give it a try if you're