mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Fix for SSL compile.
This commit is contained in:
parent
7a944e41b4
commit
dbd5390ad4
@ -12,7 +12,7 @@
|
|||||||
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
|
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
|
||||||
* Portions Copyright (c) 1994, Regents of the University of California
|
* Portions Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* $PostgreSQL: pgsql/src/interfaces/libpq/libpq-int.h,v 1.86 2004/03/24 03:45:00 momjian Exp $
|
* $PostgreSQL: pgsql/src/interfaces/libpq/libpq-int.h,v 1.87 2004/03/25 21:48:59 momjian Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -458,6 +458,9 @@ extern ssize_t pqsecure_write(PGconn *, const void *ptr, size_t len);
|
|||||||
#ifdef ENABLE_THREAD_SAFETY
|
#ifdef ENABLE_THREAD_SAFETY
|
||||||
extern void check_sigpipe_handler(void);
|
extern void check_sigpipe_handler(void);
|
||||||
extern pthread_key_t thread_in_send;
|
extern pthread_key_t thread_in_send;
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef USE_SSL
|
||||||
extern bool pq_initssllib;
|
extern bool pq_initssllib;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user