Diff for /Amaya/amaya/query.c between versions 1.212 and 1.213

version 1.212, 1999/11/29 16:43:08 version 1.213, 1999/12/01 13:42:31
Line 2301  void                QueryInit () Line 2301  void                QueryInit ()
 #endif /* _GTK */  #endif /* _GTK */
 #endif /* !_WINDOWS */  #endif /* !_WINDOWS */
   
   #ifdef HTDEBUG
      /* an undocumented option for being able to generate an HTTP protocol trace */
    strptr = TtaGetEnvString ("ENABLE_LIBWWW_DEBUG");     strptr = TtaGetEnvString ("ENABLE_LIBWWW_DEBUG");
    if (strptr && *strptr)     if (strptr && *strptr)
      WWW_TraceFlag = SHOW_PROTOCOL_TRACE;       WWW_TraceFlag = SHOW_PROTOCOL_TRACE;
    else     else
      WWW_TraceFlag = 0;       WWW_TraceFlag = 0;
   #endif /* HTDEBUG */
   
 #ifdef DEBUG_LIBWWW  #ifdef DEBUG_LIBWWW
   /* forwards error messages to our own function */    /* forwards error messages to our own function */

Removed from v.1.212  
changed lines
  Added in v.1.213


Webmaster