[BACK]Return to bozohttpd.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / libexec / httpd

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/libexec/httpd/bozohttpd.h between version 1.42 and 1.43

version 1.42, 2015/12/28 07:37:59 version 1.43, 2015/12/29 04:21:46
Line 90  typedef struct bozo_consts_t {
Line 90  typedef struct bozo_consts_t {
 /* this structure encapsulates all the bozo flags and control vars */  /* this structure encapsulates all the bozo flags and control vars */
 typedef struct bozohttpd_t {  typedef struct bozohttpd_t {
         char            *rootdir;       /* root directory */          char            *rootdir;       /* root directory */
         char            *username;      /* username to switch to */  
         int              numeric;       /* avoid gethostby*() */          int              numeric;       /* avoid gethostby*() */
         char            *virtbase;      /* virtual directory base */          char            *virtbase;      /* virtual directory base */
         int              unknown_slash; /* unknown vhosts go to normal slashdir */          int              unknown_slash; /* unknown vhosts go to normal slashdir */

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43

CVSweb <webmaster@jp.NetBSD.org>