repo.or.cz
/
vde.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
packetq beta. (vde.h: uncomment VDE_PQ to test it)
[vde.git]
/
vde-2
/
vde.h
blob
f7d5f703ff7c6cf0bce9e52d5fe9367eaf5bc203
1
#ifndef VDE_H_
2
#define VDE_H_
3
4
#ifdef HAVE_GETOPT_LONG_ONLY
5
#define GETOPT_LONG getopt_long_only
6
#else
7
#define GETOPT_LONG getopt_long
8
#endif
9
10
#ifndef VDESTDSOCK
11
#define VDESTDSOCK
"/var/run/vde.ctl"
12
#define VDETMPSOCK
"/tmp/vde.ctl"
13
#endif
14
15
#define DO_SYSLOG
16
#define VDE_IP_LOG
17
//#define VDE_PQ
18
19
#endif