|
13 | 13 | * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
|
14 | 14 | * Portions Copyright (c) 1994, Regents of the University of California
|
15 | 15 | *
|
16 |
| - * $PostgreSQL: pgsql/src/include/miscadmin.h,v 1.189 2006/09/04 15:07:46 petere Exp $ |
| 16 | + * $PostgreSQL: pgsql/src/include/miscadmin.h,v 1.190 2006/10/19 18:32:47 tgl Exp $ |
17 | 17 | *
|
18 | 18 | * NOTES
|
19 | 19 | * some of the information in this file should be moved to other files.
|
@@ -70,8 +70,8 @@ extern volatile bool ProcDiePending;
|
70 | 70 |
|
71 | 71 | /* these are marked volatile because they are examined by signal handlers: */
|
72 | 72 | externvolatileboolImmediateInterruptOK;
|
73 |
| -externvolatileuint32InterruptHoldoffCount; |
74 |
| -externvolatileuint32CritSectionCount; |
| 73 | +externDLLIMPORTvolatileuint32InterruptHoldoffCount; |
| 74 | +externDLLIMPORTvolatileuint32CritSectionCount; |
75 | 75 |
|
76 | 76 | /* in tcop/postgres.c */
|
77 | 77 | externvoidProcessInterrupts(void);
|
@@ -125,7 +125,7 @@ extern bool IsUnderPostmaster;
|
125 | 125 |
|
126 | 126 | externboolExitOnAnyError;
|
127 | 127 |
|
128 |
| -externchar*DataDir; |
| 128 | +externDLLIMPORTchar*DataDir; |
129 | 129 |
|
130 | 130 | externDLLIMPORTintNBuffers;
|
131 | 131 | externintMaxBackends;
|
|