[gq-commit] gq/src configfile.h,1.15,1.16
Status: Beta
Brought to you by:
sur5r
|
From: <sta...@us...> - 2002-07-17 21:42:53
|
Update of /cvsroot/gqclient/gq/src
In directory usw-pr-cvs1:/tmp/cvs-serv8414
Modified Files:
configfile.h
Log Message:
* Default for "show referrals" is now turned off to have the old
functionality be the default
Index: configfile.h
===================================================================
RCS file: /cvsroot/gqclient/gq/src/configfile.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** configfile.h 12 Jul 2002 20:27:52 -0000 1.15
--- configfile.h 17 Jul 2002 21:42:49 -0000 1.16
***************
*** 103,107 ****
#define DEFAULT_ASK_PW 1
#define DEFAULT_HIDE_INTERNAL 1
! #define DEFAULT_SHOW_REF 1
enum searchtype {
--- 103,107 ----
#define DEFAULT_ASK_PW 1
#define DEFAULT_HIDE_INTERNAL 1
! #define DEFAULT_SHOW_REF 0
enum searchtype {
|