Searched defs:DEFAULT_USER (Results 1 - 2 of 2) sorted by relevance

/httpd/os/unix/
H A Dunixd.h67 #ifndef DEFAULT_USER
68 #define DEFAULT_USER "#-1" macro
/httpd/modules/arch/unix/
H A Dmod_unixd.c54 #ifndef DEFAULT_USER
55 #define DEFAULT_USER "#-1" macro
302 ap_unixd_config.user_name = DEFAULT_USER;
303 ap_unixd_config.user_id = ap_uname2id(DEFAULT_USER);

Completed in 9 milliseconds