]> git.ipfire.org Git - people/ms/strongswan.git/blob - packaging/redhat/config-i386.h
- import of strongswan-2.7.0
[people/ms/strongswan.git] / packaging / redhat / config-i386.h
1 #ifndef _CONFIG_RH_I586_H_
2 /*
3 * Copyright (C) 2002 Michael Richardson <mcr@freeswan.org>
4 *
5 * This kernel module is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or (at your
8 * option) any later version. See <http://www.fsf.org/copyleft/lgpl.txt>.
9 *
10 * This kernel module is distributed in the hope that it will be useful, but
11 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
12 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
13 * License for more details.
14 *
15 * RCSID $Id: config-i386.h,v 1.1 2004/03/15 20:35:27 as Exp $
16 */
17 #define _CONFIG_RH_I386_H_ /* seen it, no need to see it again */
18
19 #define CONFIG_IPSEC 1
20
21 #ifndef CONFIG_IPSEC_AH
22 #define CONFIG_IPSEC_AH 1
23 #endif
24
25 #ifndef CONFIG_IPSEC_DEBUG
26 #define CONFIG_IPSEC_DEBUG 1
27 #endif
28
29 #ifndef CONFIG_IPSEC_ESP
30 #define CONFIG_IPSEC_ESP 1
31 #endif
32
33 #ifndef CONFIG_IPSEC_IPCOMP
34 #define CONFIG_IPSEC_IPCOMP 1
35 #endif
36
37 #ifndef CONFIG_IPSEC_IPIP
38 #define CONFIG_IPSEC_IPIP 1
39 #endif
40
41 #ifndef CONFIG_IPSEC_AUTH_HMAC_MD5
42 #define CONFIG_IPSEC_AUTH_HMAC_MD5 1
43 #endif
44
45 #ifndef CONFIG_IPSEC_AUTH_HMAC_SHA1
46 #define CONFIG_IPSEC_AUTH_HMAC_SHA1 1
47 #endif
48
49 #ifndef CONFIG_IPSEC_DYNDEV
50 #define CONFIG_IPSEC_DYNDEV 1
51 #endif
52
53 #ifndef CONFIG_IPSEC_ENC_3DES
54 #define CONFIG_IPSEC_ENC_3DES 1
55 #endif
56
57 #ifndef CONFIG_IPSEC_REGRESS
58 #define CONFIG_IPSEC_REGRESS 0
59 #endif
60
61 /* keep rhconfig.h from doing anything */
62 #define __rh_config_h__
63
64 /* pick which arch we are supposed to be */
65 #undef __module__smp
66 #define __module__up
67 #define __module__i386
68 #define __module__i386_up
69
70 #if defined(__module__smp) || defined(__module__BOOTsmp) || defined(__module__enterprise) || defined(__module__bigmem)
71 #define _ver_str(x) smp_ ## x
72 #else
73 #define _ver_str(x) x
74 #endif
75
76 #define RED_HAT_LINUX_KERNEL 1
77
78 #endif /* _CONFIG_RH_I386_H_ */
79