diff options
author | Sascha Schumann <sas@php.net> | 1999-07-06 20:29:16 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-07-06 20:29:16 +0000 |
commit | da155aae1cf7230a0f212223a399cde899a97769 (patch) | |
tree | d5b175da3640341dd74355fdc8daa2004fd6cbbc /build-defs.h.in | |
parent | 5baaa716dc991efcff16f37da9ccf961c0c83f70 (diff) | |
download | php-git-da155aae1cf7230a0f212223a399cde899a97769.tar.gz |
add sendmail
Diffstat (limited to 'build-defs.h.in')
-rw-r--r-- | build-defs.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-defs.h.in b/build-defs.h.in index 759e14e881..2e653f18c8 100644 --- a/build-defs.h.in +++ b/build-defs.h.in @@ -67,7 +67,7 @@ #define PHP_PGSQL_INCLUDE "" #define PHP_PGSQL_LFLAGS "" #define PHP_PGSQL_LIBS "" -#define PHP_PROG_SENDMAIL "" +#define PHP_PROG_SENDMAIL "@PROG_SENDMAIL@" #define PHP_REGEX_LIB "" #define PHP_SOLID_INCLUDE "" #define PHP_SOLID_LIBS "" |