diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-10-27 21:40:35 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-10-27 21:40:35 +0000 |
commit | ab262188b031c842ae09b15b150600287ead45cc (patch) | |
tree | 298ed601fc88cee59b319ff4496c927565de9acb /include/netdb.h | |
parent | 8fee51d63a5ca4a119850c9831a7219fe496df6c (diff) |
More random fixes and additions.
Diffstat (limited to 'include/netdb.h')
-rw-r--r-- | include/netdb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/netdb.h b/include/netdb.h index f332a7c59..3a2d62446 100644 --- a/include/netdb.h +++ b/include/netdb.h @@ -64,6 +64,7 @@ #include <paths.h> +#define __PATH_ETC_INET "/etc" #define _PATH_HEQUIV __PATH_ETC_INET"/hosts.equiv" #define _PATH_HOSTS __PATH_ETC_INET"/hosts" #define _PATH_NETWORKS __PATH_ETC_INET"/networks" |