RT3962: Check accept_count only if not unlimited
[openssl.git] / Configurations / 99-personal-rse.conf
1 ## Personal configuration targets
2 ##
3 ## If you edit this file, run this command before committing
4 ##      make -f Makefile.org TABLE
5 ## This file is interpolated by the Configure script.
6
7 %targets = (
8     "debug-rse" => {
9         inherit_from     => [ "x86_elf_asm" ],
10         cc               => "cc",
11         cflags           => "-DL_ENDIAN -pipe -O -g -ggdb3 -Wall",
12         thread_cflag     => "(unknown)",
13         bn_ops           => "BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}",
14     },
15 );