diff options
| author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2002-04-10 03:05:00 +0000 |
|---|---|---|
| committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2002-04-10 03:05:00 +0000 |
| commit | 605302a5c9939b7eeda0a31f38901d9a8348e8cb (patch) | |
| tree | 348e6162af337e0b74db963f6e4dcc567e2f99e9 /contrib/sendmail/libsm/config.c | |
| parent | 04bb1e1f1766450d87d6cc51bb4918e8d653211a (diff) | |
Notes
Diffstat (limited to 'contrib/sendmail/libsm/config.c')
| -rw-r--r-- | contrib/sendmail/libsm/config.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/sendmail/libsm/config.c b/contrib/sendmail/libsm/config.c index 064539d6c9965..53cbe3dca4efb 100644 --- a/contrib/sendmail/libsm/config.c +++ b/contrib/sendmail/libsm/config.c @@ -9,7 +9,7 @@ */ #include <sm/gen.h> -SM_RCSID("@(#)$Id: config.c,v 1.26 2001/12/14 00:26:18 ca Exp $") +SM_RCSID("@(#)$Id: config.c,v 1.27 2002/01/23 17:30:48 gshapiro Exp $") #include <stdlib.h> #include <sm/heap.h> @@ -176,6 +176,9 @@ char *SmCompileOptions[] = #if SM_CONF_GETOPT "SM_CONF_GETOPT", #endif /* SM_CONF_GETOPT */ +#if SM_CONF_LDAP_MEMFREE + "SM_CONF_LDAP_MEMFREE", +#endif /* SM_CONF_LDAP_MEMFREE */ #if SM_CONF_LONGLONG "SM_CONF_LONGLONG", #endif /* SM_CONF_LONGLONG */ |
