Saner handling if config.mk doesn't exist: use a default config.defaults.mk.
[wvstreams.git] / include / wvipnetlist.h
blobfdd69341c6751fab12ba2b1065df6fc3f541641a
1 /* -*- Mode: C++ -*-
2 * Worldvisions Weaver Software:
3 * Copyright (C) 1997-2002 Net Integration Technologies, Inc.
5 * Declares WvIPNetList
7 */
9 #ifndef __WVIPNETLIST_H
10 #define __WVIPNETLIST_H
12 #include "wvlinklist.h"
13 #include "wvaddr.h"
15 DeclareWvList(WvIPNet);
17 #endif // __WVIPNETLIST_H