mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-16 05:46:40 +08:00

This requires a full checkout of the FreeBSD 8.2 source code. The checkout we have been using is missing at least the libc, include, and sys directories. The script to copy files in is crude. This eventually needs to separate the manually written .h files out and add the RTEMS specific network initialization support with functionality to program the IP addresses and gateways as the old stack did.
7 lines
298 B
C
7 lines
298 B
C
/* $FreeBSD$ */
|
|
|
|
#define DEBUG 1 /* enable debugging code (needed for dig) */
|
|
#define RESOLVSORT /* allow sorting of addresses in gethostbyname */
|
|
#undef SUNSECURITY /* verify gethostbyaddr() calls - WE DONT NEED IT */
|
|
#define MULTI_PTRS_ARE_ALIASES 1 /* fold multiple PTR records into aliases */
|