mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Remove support for bcc and msvc standalone libpq builds
This removes the support for building just libpq using Borland C++ or Visual C++. This has not worked properly for years, and given the number of complaints it's clearly not worth the maintenance burden. Building libpq using the standard MSVC build system is of course still supported, along with mingw.
This commit is contained in:
@ -8,10 +8,6 @@
|
||||
#include "postgres_fe.h"
|
||||
#include "command.h"
|
||||
|
||||
#ifdef __BORLANDC__ /* needed for BCC */
|
||||
#undef mkdir
|
||||
#endif
|
||||
|
||||
#include <ctype.h>
|
||||
#include <time.h>
|
||||
#include <pwd.h>
|
||||
|
Reference in New Issue
Block a user