HomeSort by: relevance | last modified time | path
    Searched refs:MAIL_VERSION (Results 1 - 4 of 4) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
mail_version.h 1 /* $NetBSD: mail_version.h,v 1.7 2025/02/25 19:15:45 christos Exp $ */
8 /* mail_version 3h
12 /* #include <mail_version.h>
40 #define VAR_MAIL_VERSION "mail_version"
62 * To find out: strings -f file... | grep mail_version=
85 } MAIL_VERSION;
87 extern MAIL_VERSION *mail_version_parse(const char *, const char **);
88 extern void mail_version_free(MAIL_VERSION *);
mail_version.c 1 /* $NetBSD: mail_version.c,v 1.2 2017/02/14 01:16:45 christos Exp $ */
5 /* mail_version 3
9 /* #include <mail_version.h>
17 /* } MAIL_VERSION;
19 /* MAIL_VERSION *mail_version_parse(version_string, why)
24 /* MAIL_VERSION *mp;
32 /* (for example the default value of "mail_version"), and
92 #include <mail_version.h>
111 static const char *mail_version_worker(MAIL_VERSION *mp, char *cp)
157 MAIL_VERSION *mail_version_parse(const char *string, const char **why
    [all...]
  /src/external/ibm-public/postfix/dist/
makedefs 31 # Do not try to specify something like \fB$mail_version\fR:
990 # "make makefiles shlib_directory=/some/where/'$mail_version'". This
998 # ould replace "'${mail_version}'" and "'$(mail_version)'" with
1002 # replace the string MAIL_VERSION at the end of parameter values in
1005 # unexpanded ${mail_version} in configuration parameter values (both
1020 sed '/^\/\*/,/\*\//d' src/global/mail_version.h >>makedefs.test.c
1037 # Helper to expand MAIL_VERSION at the end of a command-line parameter value.
1039 # Note that MAIL_VERSION) does not anchor the match at the end.
1045 *MAIL_VERSION*)
    [all...]
postfix-install 65 # the string MAIL_VERSION at the end of a configuration
72 # This mode will replace the string MAIL_VERSION at the end
262 # Expand the string MAIL_VERSION at the end of "make install" etc.
266 # Note that MAIL_VERSION) does not anchor the match at the end.
272 *MAIL_VERSION*)
273 case "$mail_version" in
274 "") mail_version="`bin/postconf -dhx mail_version`" || exit 1
276 val=`echo "$junk" | sed 's/MAIL_VERSION$/'"$mail_version/g"` || exit
    [all...]

Completed in 32 milliseconds