Home
last modified time | relevance | path

Searched refs:CONFIG_MEDIA (Results 1 – 2 of 2) sorted by relevance

/dports/www/obhttpd/httpd-7.0.20211221/src/usr.sbin/httpd/
H A Dconfig.c51 CONFIG_SERVERS|CONFIG_MEDIA|CONFIG_AUTH; in config_init()
67 if (what & CONFIG_MEDIA) { in config_init()
99 if (what & CONFIG_MEDIA && env->sc_mediatypes != NULL) in config_purge()
825 if ((what & CONFIG_MEDIA) == 0 || id == privsep_process) in config_setmedia()
H A Dhttpd.h99 #define CONFIG_MEDIA 0x01 macro