Lines Matching +full:platform +full:- +full:specific
1 # Copyright (c) 2000-2002 Proofpoint, Inc. and its suppliers.
8 # $Id: README,v 1.25 2013-11-22 20:51:42 ca Exp $
18 The t-*.c files are regression tests.
26 The b-*.c files are benchmarks that compare system routines with
31 versions by running the programs with the option -d (by default
35 b-strcmp.c tests strcasecmp().
38 +----------------------+
40 +----------------------+
42 Libsm uses a set of C preprocessor macros to specify platform specific
45 If you are porting sendmail to a new platform, you may need to tweak
49 If the default value is wrong for a given platform, then a platform
50 specific value is specified in one of two ways:
52 - A -D option is added to the confENVDEF macro; this change can be made
53 to the platform M4 file in devtools/OS, or to the site.config.m4
56 - The confSM_OS_HEADER macro in the platform M4 file defines sm_os_foo,
58 link that is made from "sm_os.h" to "sm/os/sm_os_foo.h". Platform
59 specific configuration macro settings are added to <sm/os/sm_os_foo.h>.