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

/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h1849 # define USE_ENVIRON 1 /* use environ instead of envp */ macro
2597 # ifndef USE_ENVIRON
2598 # define USE_ENVIRON 0 /* use main() envp instead of extern environ */ macro
2599 # endif /* ! USE_ENVIRON */
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmain.c213 #if USE_ENVIRON
215 #endif /* USE_ENVIRON */
H A Dconf.c6008 #if USE_ENVIRON
6009 "USE_ENVIRON",
6010 #endif /* USE_ENVIRON */

Completed in 83 milliseconds