Commit 6e9876dc authored by Andrew Dunstan's avatar Andrew Dunstan

Remove checks for now long outdated compilers.

parent ff7e5b48
...@@ -9,10 +9,6 @@ ...@@ -9,10 +9,6 @@
#undef HAVE_UNIX_SOCKETS #undef HAVE_UNIX_SOCKETS
#endif #endif
#if __GNUC__ && ! defined (__declspec)
#error You need egcs 1.1 or newer for compiling!
#endif
#ifdef BUILDING_DLL #ifdef BUILDING_DLL
#define PGDLLIMPORT __declspec (dllexport) #define PGDLLIMPORT __declspec (dllexport)
#else #else
......
...@@ -68,10 +68,6 @@ ...@@ -68,10 +68,6 @@
/* defines for dynamic linking on Win32 platform */ /* defines for dynamic linking on Win32 platform */
#if defined(WIN32) || defined(__CYGWIN__) #if defined(WIN32) || defined(__CYGWIN__)
#if __GNUC__ && ! defined (__declspec)
#error You need egcs 1.1 or newer for compiling!
#endif
#ifdef BUILDING_DLL #ifdef BUILDING_DLL
#define PGDLLIMPORT __declspec (dllexport) #define PGDLLIMPORT __declspec (dllexport)
#else /* not BUILDING_DLL */ #else /* not BUILDING_DLL */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment