|
10 | 10 | * Written by Peter Eisentraut <peter_e@gmx.net>.
|
11 | 11 | *
|
12 | 12 | * IDENTIFICATION
|
13 |
| - * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.303 2005/12/23 00:38:04 momjian Exp $ |
| 13 | + * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.304 2005/12/28 16:38:38 tgl Exp $ |
14 | 14 | *
|
15 | 15 | *--------------------------------------------------------------------
|
16 | 16 | */
|
|
90 | 90 |
|
91 | 91 | /* XXX these should appear in other modules' header files */
|
92 | 92 | externboolLog_disconnections;
|
93 |
| -externDLLIMPORTboolcheck_function_bodies; |
| 93 | +externboolcheck_function_bodies; |
94 | 94 | externintCommitDelay;
|
95 | 95 | externintCommitSiblings;
|
96 | 96 | externchar*default_tablespace;
|
|