Index: src/interfaces/libpq/libpq-int.h
===================================================================
RCS file: /cvsroot/pgsql-server/src/interfaces/libpq/libpq-int.h,v
retrieving revision 1.86
diff -c -c -r1.86 libpq-int.h
*** src/interfaces/libpq/libpq-int.h	24 Mar 2004 03:45:00 -0000	1.86
--- src/interfaces/libpq/libpq-int.h	25 Mar 2004 21:47:54 -0000
***************
*** 458,463 ****
--- 458,466 ----
  #ifdef ENABLE_THREAD_SAFETY
  extern void check_sigpipe_handler(void);
  extern pthread_key_t thread_in_send;
+ #endif
+ 
+ #ifdef USE_SSL
  extern bool pq_initssllib;
  #endif
  
