Ignore:
Timestamp:
2000-08-07T14:43:05+12:00 (24 years ago)
Author:
jrm21
Message:

z39.50 protocol is not used if USE_FASTCGI defined. (Note it will still
be compiled and (attempted to) link).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/librarymain.cpp

    r1355 r1366  
    186186  z3950cfg = filename_cat (z3950cfg, "recpt");
    187187  z3950cfg = filename_cat (z3950cfg, "z3950.cfg");
     188#ifdef USE_FASTCGI
     189  // currently can't use z39.50 if fastcgi is in use
     190  if (0) {
     191#else
    188192  if (file_exists(z3950cfg)) {
     193#endif
    189194    text_t z3950err = filename_cat (gsdlhome, "etc");
    190195    z3950err = filename_cat (z3950err, "recpt");
Note: See TracChangeset for help on using the changeset viewer.