Index: input.c =================================================================== RCS file: /projects/cvsroot/pgsql/src/bin/psql/input.c,v retrieving revision 1.48 diff -c -r1.48 input.c *** input.c 12 Feb 2006 05:24:38 -0000 1.48 --- input.c 13 Feb 2006 12:19:06 -0000 *************** *** 212,218 **** return NULL; } ! static void encode_history() { HIST_ENTRY *cur_hist; --- 212,218 ---- return NULL; } ! #ifdef USE_READLINE static void encode_history() { HIST_ENTRY *cur_hist; *************** *** 236,242 **** if (*cur_ptr == NL_IN_HISTORY) *cur_ptr = '\n'; } ! /* * Put any startup stuff related to input in here. It's good to maintain --- 236,242 ---- if (*cur_ptr == NL_IN_HISTORY) *cur_ptr = '\n'; } ! #endif /* * Put any startup stuff related to input in here. It's good to maintain