s-httpd

mildly suckless httpd
Log | Files | Refs | README | LICENSE

state.h (148B)


      1 /*
      2  * state.h -- global state
      3  */
      4 
      5 #ifndef STATE_H
      6 #define STATE_H
      7 
      8 /** The configuration file */
      9 extern char conffile[512];
     10 
     11 #endif /* STATE_H */
     12