Searched refs:USE_ENVIRON (Results 1 - 3 of 3) sorted by relevance

/sendmail/include/sm/
H A Dconf.h1860 # define USE_ENVIRON 1 /* use environ instead of envp */ macro
2608 # ifndef USE_ENVIRON
2609 # define USE_ENVIRON 0 /* use main() envp instead of extern environ */ macro
2610 # endif /* ! USE_ENVIRON */
/sendmail/sendmail/
H A Dmain.c209 #if USE_ENVIRON
211 #endif /* USE_ENVIRON */
H A Dconf.c6097 #if USE_ENVIRON
6098 "USE_ENVIRON",
6099 #endif /* USE_ENVIRON */

Completed in 986 milliseconds