diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2000-09-06 19:54:52 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2000-09-06 19:54:52 +0000 |
commit | ffd9aaa0a92842f00fd5107e3325876beae83eed (patch) | |
tree | 9e19a4acf4024a959f0d215093223419e9f12311 /src/include/miscadmin.h | |
parent | 6dc249610a87aa8b9dcc8baf4e64d2e14d02f548 (diff) | |
download | postgresql-ffd9aaa0a92842f00fd5107e3325876beae83eed.tar.gz postgresql-ffd9aaa0a92842f00fd5107e3325876beae83eed.zip |
A bit of cleanup after SSL patch. Add it to config file, improve
documentation.
Diffstat (limited to 'src/include/miscadmin.h')
-rw-r--r-- | src/include/miscadmin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/miscadmin.h b/src/include/miscadmin.h index 187f6f91b7f..540b7266682 100644 --- a/src/include/miscadmin.h +++ b/src/include/miscadmin.h @@ -12,7 +12,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: miscadmin.h,v 1.65 2000/09/06 14:15:24 petere Exp $ + * $Id: miscadmin.h,v 1.66 2000/09/06 19:54:52 petere Exp $ * * NOTES * some of the information in this file will be moved to @@ -107,6 +107,7 @@ extern int SortMem; configuration file processor has access to them */ extern bool NetServer; +extern bool EnableSSL; extern int MaxBackends; extern int NBuffers; extern int PostPortName; |