2 * Copyright (C) 2005 - 2007 The AROS Dev Team
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
8 * This program is distributed in the hope that it will be useful, but
9 * WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 * General Public License for more details.
13 * You should have received a copy of the GNU General Public License
14 * along with this program; if not, write to the Free Software
15 * Foundation, Inc., 59 Temple Place - Suite 330, Boston,
20 #ifndef NET_NETDBPATHS_H
21 #define NET_NETDBPATHS_H
23 #include <exec/types.h>
27 #define _PATH_SANA2CONFIG "db/interfaces"
28 #define _FILE_SANA2CONFIG "interfaces"
29 #define _PATH_CONFIG "db/general.config"
30 #define _FILE_CONFIG "general.config"
31 #define _PATH_NETDB "db/netdb"
32 #define _FILE_NETDB "netdb"
33 #define _PATH_DHCLIENT "C/dhclient"
35 #define _PATH_HEQUIV "db/hosts.equiv"
36 #define _PATH_INETDCONF "db/inetd.conf"
38 extern TEXT db_path
[];
39 extern TEXT interfaces_path
[];
40 extern TEXT config_path
[];
41 extern TEXT netdb_path
[];
43 extern TEXT hequiv_path[];
44 extern TEXT inetdconf_path[];
47 #endif /* !NET_NETDBPATHS_H */