Home
last modified time | relevance | path

Searched refs:SPT_BUILTIN (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/sendmail/include/sm/
H A Dconf.h864 # define SPT_TYPE SPT_BUILTIN /* setproctitle is in libc */
983 # define SPT_TYPE SPT_BUILTIN /* setproctitle is in libc */
1008 # define SPT_TYPE SPT_BUILTIN
1032 # define SPT_TYPE SPT_BUILTIN
1062 # define SPT_TYPE SPT_BUILTIN /* setproctitle is in libc */
/freebsd/contrib/sendmail/src/
H A Dconf.c2422 #define SPT_BUILTIN 2 /* use libc builtin */ macro
2433 #if SPT_TYPE != SPT_NONE && SPT_TYPE != SPT_BUILTIN
2509 #if SPT_TYPE != SPT_BUILTIN
2571 #if SPT_TYPE != SPT_BUILTIN
H A DREADME429 SPT_BUILTIN (2) -- The system library has setproctitle.