|
12 | 12 | * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
|
13 | 13 | * Portions Copyright (c) 1994, Regents of the University of California
|
14 | 14 | *
|
15 |
| - * $Id: c.h,v 1.113 2001/12/03 17:44:52 tgl Exp $ |
| 15 | + * $Id: c.h,v 1.114 2002/01/22 19:02:39 tgl Exp $ |
16 | 16 | *
|
17 | 17 | *-------------------------------------------------------------------------
|
18 | 18 | */
|
@@ -620,27 +620,8 @@ typedef NameData *Name;
|
620 | 620 | /* These are for things that are one way on Unix and another on NT */
|
621 | 621 | #define NULL_DEV "/dev/null"
|
622 | 622 |
|
623 |
| -/* defines for dynamic linking on Win32 platform */ |
624 |
| -#ifdef __CYGWIN__ |
625 |
| -#if __GNUC__ && ! defined (__declspec) |
626 |
| -#error You need egcs 1.1 or newer for compiling! |
627 |
| -#endif |
628 |
| -#ifdef BUILDING_DLL |
629 |
| -#define DLLIMPORT __declspec (dllexport) |
630 |
| -#else /* not BUILDING_DLL */ |
631 |
| -#define DLLIMPORT __declspec (dllimport) |
632 |
| -#endif |
633 |
| -#elif defined(WIN32) && defined(_MSC_VER) /* not CYGWIN */ |
634 |
| -#if defined(_DLL) |
635 |
| -#define DLLIMPORT __declspec (dllexport) |
636 |
| -#else /* not _DLL */ |
637 |
| -#define DLLIMPORT __declspec (dllimport) |
638 |
| -#endif |
639 |
| -#else /* not CYGWIN, not MSVC */ |
640 |
| -#define DLLIMPORT |
641 |
| -#endif |
642 |
| - |
643 |
| -/* Provide prototypes for routines not present in a particular machine's |
| 623 | +/* |
| 624 | + * Provide prototypes for routines not present in a particular machine's |
644 | 625 | * standard C library. It'd be better to put these in pg_config.h, but
|
645 | 626 | * in pg_config.h we haven't yet included anything that defines size_t...
|
646 | 627 | */
|
|
0 commit comments