repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
HAMMER VFS - REDO/fsync precursor work
[dragonfly.git]
/
sys
/
net
/
ipfilter
/
ipf_inet6.h
blob
53fecc157694bd00d8c7a13a3e9f8672667b268a
1
/* $DragonFly: src/sys/net/ipfilter/ipf_inet6.h,v 1.1 2006/12/18 23:26:36 pavalos Exp $ */
2
/* This file uses the kernel config to determine if IPV6 should be used. */
3
4
#include
"opt_inet6.h"
5
6
#ifdef INET6
7
#define USE_INET6 1
8
#endif