Searched refs:SM_CONF_BROKEN_STRTOD (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/include/sm/os/
H A Dsm_os_sunos.h48 # ifndef SM_CONF_BROKEN_STRTOD
49 # define SM_CONF_BROKEN_STRTOD 1 macro
50 # endif /* ! SM_CONF_BROKEN_STRTOD */
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dt-float.c53 #if SM_CONF_BROKEN_STRTOD
59 "error ignored since SM_CONF_BROKEN_STRTOD is set for this OS\n");
61 #else /* SM_CONF_BROKEN_STRTOD */
65 #endif /* SM_CONF_BROKEN_STRTOD */
H A Dconfig.c175 #if SM_CONF_BROKEN_STRTOD
176 "SM_CONF_BROKEN_STRTOD",
177 #endif /* SM_CONF_BROKEN_STRTOD */
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c1755 # if SM_CONF_BROKEN_STRTOD
1760 # endif /* SM_CONF_BROKEN_STRTOD */

Completed in 494 milliseconds