postgresql/src/backend/utils
Peter Eisentraut 337da0678a Assorted fixes for Cygwin:
Eliminate the mysterious games that the Cygwin build plays with the linker
flag variables.  DLLLIBS is gone, use SHLIB_LINK like everyone else.
Detect cygipc in configure, after the linker flags are set up, otherwise
configure might not work at all.

Make sure everything is covered by make clean.

Fix the build of the new conversion procedure modules.

Add new DLLIMPORT markers where required.

Finally, the compiler complains if we use an explicit
-I/usr/local/include, so don't do that.  Curiously, -L/usr/local/lib is
still necessary.
2002-09-05 18:28:46 +00:00
..
adt Be careful to include postgres.h *before* any system headers, to ensure 2002-09-05 00:43:07 +00:00
cache pgindent run. 2002-09-04 20:31:48 +00:00
error pgindent run. 2002-09-04 20:31:48 +00:00
fmgr pgindent run. 2002-09-04 20:31:48 +00:00
hash Remove sys/types.h in files that include postgres.h, and hence c.h, 2002-09-02 02:47:07 +00:00
init pgindent run. 2002-09-04 20:31:48 +00:00
mb Assorted fixes for Cygwin: 2002-09-05 18:28:46 +00:00
misc pgindent run. 2002-09-04 20:31:48 +00:00
mmgr pgindent run. 2002-09-04 20:31:48 +00:00
sort pgindent run. 2002-09-04 20:31:48 +00:00
time pgindent run. 2002-09-04 20:31:48 +00:00
.cvsignore Cleanup to ensure good state of derived files in tarballs. 2000-06-09 02:38:36 +00:00
Gen_fmgrtab.sh Remove unused system table columns: 2002-07-24 19:11:14 +00:00
Makefile Remove all traces of multibyte and locale options. Clean up comments 2002-09-03 21:45:44 +00:00