Remove checks for now long outdated compilers.

This commit is contained in:
Andrew Dunstan 2012-09-28 19:43:50 -04:00
parent ff7e5b4841
commit 6e9876dc32
2 changed files with 0 additions and 8 deletions

View file

@ -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

View file

@ -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 */