mirror of
https://github.com/postgres/postgres.git
synced 2026-04-20 22:00:13 -04:00
Remove checks for now long outdated compilers.
This commit is contained in:
parent
ff7e5b4841
commit
6e9876dc32
2 changed files with 0 additions and 8 deletions
|
|
@ -9,10 +9,6 @@
|
|||
#undef HAVE_UNIX_SOCKETS
|
||||
#endif
|
||||
|
||||
#if __GNUC__ && ! defined (__declspec)
|
||||
#error You need egcs 1.1 or newer for compiling!
|
||||
#endif
|
||||
|
||||
#ifdef BUILDING_DLL
|
||||
#define PGDLLIMPORT __declspec (dllexport)
|
||||
#else
|
||||
|
|
|
|||
|
|
@ -68,10 +68,6 @@
|
|||
/* defines for dynamic linking on Win32 platform */
|
||||
#if defined(WIN32) || defined(__CYGWIN__)
|
||||
|
||||
#if __GNUC__ && ! defined (__declspec)
|
||||
#error You need egcs 1.1 or newer for compiling!
|
||||
#endif
|
||||
|
||||
#ifdef BUILDING_DLL
|
||||
#define PGDLLIMPORT __declspec (dllexport)
|
||||
#else /* not BUILDING_DLL */
|
||||
|
|
|
|||
Loading…
Reference in a new issue