postgresql/src/include/libpq
Marc G. Fournier 1af818b8bf 1. "#ifdef 0" is bad C. ifdef is for checking a macro and 0 is
an illegal macro name.  Correct syntax is "#if 0".  This is in...

From: Darren King <darrenk@insightdist.com>
1998-02-01 00:02:59 +00:00
..
auth.h From: Phil Thompson <phil@river-bank.demon.co.uk> 1998-01-26 01:42:53 +00:00
be-fsstubs.h Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
crypt.h 1. "#ifdef 0" is bad C. ifdef is for checking a macro and 0 is 1998-02-01 00:02:59 +00:00
hba.h From: Phil Thompson <phil@river-bank.demon.co.uk> 1998-01-26 01:42:53 +00:00
libpq-be.h From: Phil Thompson <phil@river-bank.demon.co.uk> 1998-01-26 01:42:53 +00:00
libpq-fs.h More archive cleanup. 1997-11-21 19:02:59 +00:00
libpq.h #include <sys/types.h> required for u_long 1998-01-26 01:49:19 +00:00
password.h From: Phil Thompson <phil@river-bank.demon.co.uk> 1998-01-26 01:42:53 +00:00
pqcomm.h More deadlock code to check for escallation locks. 1998-01-28 02:29:40 +00:00
pqsignal.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00