12
12
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
13
13
* Portions Copyright (c) 1994, Regents of the University of California
14
14
*
15
- * $Id: miscadmin.h,v 1.114 2002/12 /09 18:21:43 tgl Exp $
15
+ * $Id: miscadmin.h,v 1.115 2003/01 /09 18:00:24 tgl Exp $
16
16
*
17
17
* NOTES
18
18
* some of the information in this file should be moved to
@@ -176,7 +176,7 @@ extern bool EnableSSL;
176
176
extern bool SilentMode ;
177
177
extern int MaxBackends ;
178
178
extern int ReservedBackends ;
179
- extern int NBuffers ;
179
+ extern DLLIMPORT int NBuffers ;
180
180
extern int PostPortNumber ;
181
181
extern int Unix_socket_permissions ;
182
182
extern char * Unix_socket_group ;
@@ -200,13 +200,7 @@ extern char *ExpandDatabasePath(const char *path);
200
200
extern void SetDatabaseName (const char * name );
201
201
extern void SetDatabasePath (const char * path );
202
202
203
- /*
204
- * AclIdsystem identifier for the user, group, etc.
205
- */
206
- typedef int32 AclId ;
207
-
208
203
extern char * GetUserNameFromId (AclId userid );
209
-
210
204
extern AclId GetUserId (void );
211
205
extern void SetUserId (AclId userid );
212
206
extern AclId GetSessionUserId (void );