tools/adflib: build only host variant which is used by Sam440 target
[AROS.git] / workbench / network / stacks / AROSTCP / bsdsocket / conf / conf.h
blobd49170a78dacba8e252c1bff772d6292fb8a598b
1 /*
2 * Copyright (C) 1993 AmiTCP/IP Group, <amitcp-group@hut.fi>
3 * Helsinki University of Technology, Finland.
4 * All rights reserved.
5 * Copyright (C) 2005 - 2007 The AROS Dev Team
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as
9 * published by the Free Software Foundation.
11 * This program is distributed in the hope that it will be useful, but
12 * WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * General Public License for more details.
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place - Suite 330, Boston,
19 * MA 02111-1307, USA.
24 * This file contains several definitions which affect the compilation of
25 * the TCP/IP code. Normally they are boolean switches and the comments tell
26 * what happens if the value is TRUE (eg. non zero)
31 * Do diagnostic tests which are not necessary in production version
33 #define DIAGNOSTIC 0
36 * Be compatible with BSD 4.2. Affects only checksumming of UDP data. If true
37 * the checksum is NOT calculated by default.
39 #define COMPAT_42 0
42 * Make TCP compatible with BSD 4.2
44 #define TCP_COMPAT_42 0
47 * protocol families
49 #define INET 1
50 #define CCITT 0
51 #define NHY 0 /* HYPERchannel */
52 #define NIMP 0
53 #define ISO 0
54 #define NS 0
55 #define RMP 0
58 * optional protocols over IP
60 #define NSIP 0
61 #define EON 0
62 #define TPIP 0
65 * default values for IP configurable flags
67 #define IPFORWARDING 0
68 #define IPSENDREDIRECTS 1
69 #define IPPRINTFS 0
72 * Network level
74 #define NETHER 1 /* Call ARP ioctl */