forked from lalithsuresh/click
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pathvars.h.in
38 lines (26 loc) · 995 Bytes
/
pathvars.h.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/* Process this file with configure to produce pathvars.h. -*- mode: c -*- */
#ifndef CLICK_PATHVARS_H
#define CLICK_PATHVARS_H
/* Install directory for Click executables. */
#undef CLICK_BINDIR
/* Install directory for Click libraries and packages. */
#undef CLICK_LIBDIR
/* Install directory for Click shared data. */
#undef CLICK_DATADIR
/* FreeBSD kernel include directory. */
#undef FREEBSD_INCLUDEDIR
/* Define if the BSD kernel module driver was compiled. */
#undef HAVE_BSDMODULE_DRIVER
/* Define if the Click kernel module should provide clickfs. */
#undef HAVE_CLICKFS
/* Define if the expat library is available. */
#undef HAVE_EXPAT
/* Define if the Click linuxmodule is compiled for a 2.6 kernel. */
#undef HAVE_LINUXMODULE_2_6
/* Define if the Linux kernel module driver was compiled. */
#undef HAVE_LINUXMODULE_DRIVER
/* Define if the user-level driver was compiled. */
#undef HAVE_USERLEVEL_DRIVER
/* Directory containing Linux sources. */
#undef LINUX_SRCDIR
#endif