Changeset 156 in Main for trunk/Server/tw_config.h


Ignore:
Timestamp:
Sep 25, 2024, 9:28:10 PM (7 weeks ago)
Author:
Nishi
Message:

release 1.07

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Server/tw_config.h

    r140 r156  
    77extern "C" {
    88#endif
     9
     10#include "../config.h"
    911
    1012#include "tw_http.h"
     
    6264        char* name;
    6365        int port;
     66#ifndef NO_SSL
    6467        char* sslkey;
    6568        char* sslcert;
     69#endif
    6670        char* root;
    6771        int hideport;
     
    7680        char* readmes[MAX_README];
    7781        int readme_count;
     82#ifdef HAS_CHROOT
     83        char* chroot_path;
     84#endif
    7885};
    7986
     
    8188        uint64_t ports[MAX_PORTS + 1]; /* If port & (1 << 32) is non-zero, it is SSL */
    8289        char hostname[1025];
     90        char* defined[1025];
    8391        struct tw_config_entry root;
    8492        struct tw_config_entry vhosts[MAX_VHOSTS];
Note: See TracChangeset for help on using the changeset viewer.