|
12 | 12 | * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
|
13 | 13 | * Portions Copyright (c) 1994, Regents of the University of California
|
14 | 14 | *
|
15 |
| - * $PostgreSQL: pgsql/src/interfaces/libpq/libpq-int.h,v 1.86 2004/03/24 03:45:00 momjian Exp $ |
| 15 | + * $PostgreSQL: pgsql/src/interfaces/libpq/libpq-int.h,v 1.87 2004/03/25 21:48:59 momjian Exp $ |
16 | 16 | *
|
17 | 17 | *-------------------------------------------------------------------------
|
18 | 18 | */
|
@@ -458,6 +458,9 @@ extern ssize_t pqsecure_write(PGconn *, const void *ptr, size_t len);
|
458 | 458 | #ifdefENABLE_THREAD_SAFETY
|
459 | 459 | externvoidcheck_sigpipe_handler(void);
|
460 | 460 | externpthread_key_tthread_in_send;
|
| 461 | +#endif |
| 462 | + |
| 463 | +#ifdefUSE_SSL |
461 | 464 | externboolpq_initssllib;
|
462 | 465 | #endif
|
463 | 466 |
|
|