7152e5efbb
Also removed the lib-dir merging with sysdep. Updated #include's accordingly. Fixed make doc on recent Debian together with moving generated doc into objdir. Moved Makefile.in into root dir Retired all.o and birdlib.a Linking the final binaries directly from all the .o files.
24 lines
551 B
C
24 lines
551 B
C
/*
|
|
* Configuration for *BSD based systems (tested on FreeBSD and NetBSD)
|
|
*
|
|
* (c) 2004 Ondrej Filip <feela@network.cz>
|
|
*
|
|
* Can be freely distributed and used under the terms of the GNU GPL.
|
|
*/
|
|
|
|
#define CONFIG_AUTO_ROUTES
|
|
#define CONFIG_SELF_CONSCIOUS
|
|
#define CONFIG_MULTIPLE_TABLES
|
|
#define CONFIG_SINGLE_ROUTE
|
|
|
|
#define CONFIG_SKIP_MC_BIND
|
|
#define CONFIG_NO_IFACE_BIND
|
|
#define CONFIG_USE_HDRINCL
|
|
|
|
#define CONFIG_INCLUDE_SYSIO_H "sysdep/bsd/sysio.h"
|
|
#define CONFIG_INCLUDE_KRTSYS_H "sysdep/bsd/krt-sys.h"
|
|
|
|
/*
|
|
Link: sysdep/unix
|
|
Link: sysdep/bsd
|
|
*/
|