43 lines
1.2 KiB
C
43 lines
1.2 KiB
C
/* include/click/pathvars.h. Generated from pathvars.h.in by configure. */
|
|
/* Process this file with configure to produce pathvars.h. -*- mode: c -*- */
|
|
#ifndef CLICK_PATHVARS_H
|
|
#define CLICK_PATHVARS_H
|
|
|
|
/* Install directory for Click executables. */
|
|
#define CLICK_BINDIR "/usr/local/bin"
|
|
|
|
/* Install directory for Click libraries and packages. */
|
|
#define CLICK_LIBDIR "/usr/local/lib"
|
|
|
|
/* Install directory for Click shared data. */
|
|
#define CLICK_DATADIR "/usr/local/share/click"
|
|
|
|
/* FreeBSD kernel include directory. */
|
|
#define FREEBSD_INCLUDEDIR "/usr/include"
|
|
|
|
/* Define if the BSD kernel module driver was compiled. */
|
|
/* #undef HAVE_BSDMODULE_DRIVER */
|
|
|
|
/* Define if the Click kernel module should provide clickfs. */
|
|
#define HAVE_CLICKFS 1
|
|
|
|
/* Define if the expat library is available. */
|
|
#define HAVE_EXPAT 1
|
|
|
|
/* 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 minios driver was compiled. */
|
|
/* #undef HAVE_MINIOS_DRIVER */
|
|
|
|
/* Define if the user-level driver was compiled. */
|
|
#define HAVE_USERLEVEL_DRIVER 1
|
|
|
|
/* Directory containing Linux sources. */
|
|
#define LINUX_SRCDIR "NONE"
|
|
|
|
#endif
|