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

/freebsd-12-stable/contrib/sendmail/include/sm/os/
H A Dsm_os_sunos.h46 # ifndef SM_CONF_BROKEN_STRTOD
47 # define SM_CONF_BROKEN_STRTOD 1 macro
48 # endif /* ! SM_CONF_BROKEN_STRTOD */
/freebsd-12-stable/contrib/sendmail/libsm/
H A Dt-float.c51 #if SM_CONF_BROKEN_STRTOD
57 "error ignored since SM_CONF_BROKEN_STRTOD is set for this OS\n");
59 #else /* SM_CONF_BROKEN_STRTOD */
63 #endif /* SM_CONF_BROKEN_STRTOD */
H A Dconfig.c173 #if SM_CONF_BROKEN_STRTOD
174 "SM_CONF_BROKEN_STRTOD",
/freebsd-12-stable/contrib/sendmail/src/
H A Dconf.c1829 # if SM_CONF_BROKEN_STRTOD
1834 # endif /* SM_CONF_BROKEN_STRTOD */

Completed in 63 milliseconds