/* Process this file with configure to produce pathvars.h. -*- mode: c -*- */ #ifndef CLICK_PATHVARS_H #define CLICK_PATHVARS_H /* Directory for binaries. */ #undef CLICK_BINDIR /* Directory for packages and kernel module. */ #undef CLICK_LIBDIR /* Directory for shared files. */ #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