Changeset 270

Show
Ignore:
Timestamp:
05/31/10 14:45:03 (21 months ago)
Author:
ol
Message:

Add FCGI support information in ows_usage. Remove useless code

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/ows/ows.c

    r251 r270  
    249249{ 
    250250    fprintf(stderr, "TinyOWS version:   %s\n", TINYOWS_VERSION); 
    251  
     251#if TINYOWS_FCGI 
     252    fprintf(stderr, "FCGI support:      Yes\n"); 
     253#endif 
    252254    fprintf(stderr, "Config File Path:  %s\n", o->config_file->buf); 
    253255    fprintf(stderr, "PostGIS dsn:       %s\n", o->pg_dsn->buf); 
     
    266268    char *query; 
    267269    ows *o; 
    268 #if 0 
    269     time_t now; 
    270     char *t; 
    271 #endif 
    272270 
    273271    o = ows_init();