std.i386 revision 1.25
11.25Syamt# $NetBSD: std.i386,v 1.25 2005/09/17 09:44:07 yamt Exp $
21.1Smycroft#
31.6Sfvdl# standard, required NetBSD/i386 'options'
41.11Senami
51.24Sfvdlmachine i386 x86
61.25Syamtinclude		"conf/std"	# MI standard options
71.18Sfvdl
81.8Slukemoptions 	EXEC_AOUT	# exec a.out binaries
91.22Slukemoptions 	EXEC_ELF32	# exec ELF binaries
101.8Slukemoptions 	EXEC_SCRIPT	# exec #! scripts
111.20Ssommerfe
121.21Stlsoptions 	INET6_MD_CKSUM	# machine-dependant code for in6_cksum
131.23Slukem#options 	CRYPTO_MD_DES_ENC	# machine-dependant code for DES
141.21Stls#options 	CRYPTO_MD_DES_CBC	# machine-dependant DES CBC code
151.23Slukem#options 	CRYPTO_MD_BF_ENC	# machine-dependant code for BF_encrypt
161.21Stls#options 	CRYPTO_MD_BF_CBC	# careful: uses bswapl, requires 486
17