aboutsummaryrefslogtreecommitdiff
path: root/src/include/port/hpux.h
Commit message (Collapse)AuthorAge
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
|
* Now that core functionality is depending on autoconf's AC_C_BIGENDIAN to beTom Lane2007-04-06
| | | | | | right, there seems precious little reason to have a pile of hand-maintained endianness definitions in src/include/port/*.h. Get rid of those, and make the couple of places that used them depend on WORDS_BIGENDIAN instead.
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-11
|
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
|
* Apparently HPUX runs the IA64 in big-endian mode.Tom Lane2004-09-02
|
* Move slock_t typdefs into s_lock.h from include/port files forBruce Momjian2003-12-23
| | | | centralization and easier maintanence.
* pgindent run.Bruce Momjian2003-08-04
|
* Since HPUX now exists for Itanium, we should decouple the assumptionTom Lane2003-08-01
| | | | | | | | that OS=hpux is the same as CPU=hppa. First steps at doing this. With these patches, we still work on hppa with either gcc or HP's cc. We might work on hpux/itanium with gcc, but I can't test it. Definitely will not work on hpux/itanium with non-gcc compiler, for lack of spinlock code.
* pgindent run.Bruce Momjian2002-09-04
|
* Revert _LARGEFILE64_SOURCE addition; good try but doesn't work,Tom Lane2002-08-30
| | | | | at least not on HPUX 10.20, and there's no reason to think it is needed on later versions.
* Workaround for broken large file support on HP-UXPeter Eisentraut2002-08-29
|
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
| | | | spacing. Also adds space for one-line comments.
* USE_POSIX_TIME replaced by HAVE_TM_ZONE || HAVE_INT_TIMEZONE, which arePeter Eisentraut2000-10-29
| | | | | | | | equivalent. In linux.h there were some #undef HAVE_INT_TIMEZONE, which are useless because HAVE_TM_ZONE overrides it anyway, and messing with configure results isn't cool.
* #define JMP_BUF has been unnecessary since the arrival of the sigsetjmpPeter Eisentraut2000-10-28
| | | | test.
* Avoid compiler warnings on systems that have snprintf and/or vsnprintfTom Lane1999-12-20
| | | | | but do not bother to declare them in <stdio.h>. Seems to be a more common omission than you'd think...
* Add configure test to see whether vsnprintf() is present,Tom Lane1999-01-17
| | | | | separately from snprintf() --- HPUX, for one, has snprintf but not vsnprintf. Fix a minor typo in snprintf.c, too.
* Use autoconf to determine whether system has POSIX signals,Tom Lane1998-11-29
| | | | | | | instead of relying on port's os.h to tell us. (Needed for HPUX where system major version is not enough info.) configure unsets USE_TK if X libraries not found. doc/Makefile uses gzcat or zcat as found by autoconf.
* Make HP-PA S_UNLOCK a little faster and less dependent on unspecified ↵Tom Lane1998-10-01
| | | | | | | compiler codegen details. Make default S_LOCK macro more robust against syntax mistakes. (I cleared these changes with David Gould a few days ago.)
* Patches HPUX applied for Tom Lane.Bruce Momjian1998-07-06
|
* HPUX patches from Vladimir Turin.Bruce Momjian1997-09-29
|
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
|
* Another PGINDENT run that changes variable indenting and case label ↵Bruce Momjian1997-09-08
| | | | indenting. Also static variable indenting.
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
|
* HPUX 10 patches from Vladimir TurinBruce Momjian1997-07-27
|
* More more of the include files under the include directoryMarc G. Fournier1997-04-12