blob: 32d6eda00a61b027860c35dab560831902e978af (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_depends/files/47_mod_depends.conf,v 1.1 2005/08/16 05:59:16 trapni Exp $
<IfDefine UMASK>
<IfModule !mod_umask.c>
LoadModule depends_module modules/mod_depends.so
</IfModule>
</IfDefine>
# vim:syntax=apache
|