Tue Sep 26 11:15:38 2000 Jason Tishler * src/backend/Makefile: Add -lmsvcrt40 to DLLLIBS to resolve sys_nerr. * src/backend/utils/Gen_fmgrtab.sh.in: Add conditional compile to appropriately import/export fmgr_pl_finfo with __declspec(dllimport)/ __declspec(dllexport), respectively. Note that these declarations manifest themselves in fmgr.h since it is generated by Gen_fmgrtab.sh. * src/bin/psql/help.c (usage): Change #ifdef to include check for Cygwin to prevent free-ing of memory obtained from getpwuid(). * src/makefiles/Makefile.win: Add filtering out of -lm and -lc from LIBS to prevent the linking with multiple instances of libcygwin.a crash problems. * src/win32/README: Change wording to indicate that un.h is no longer needed when building against the Cygwin Net Release.