diff options
author | Sumit Bose <sbose@redhat.com> | 2010-10-12 10:17:46 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-10-13 07:56:21 -0400 |
commit | 8cdb7217d221a54feaa7a1f967404c199ae541e5 (patch) | |
tree | d4073c96b86487c01bd1fa1f347b5322c3509bf0 /Makefile.am | |
parent | f0e068c0cee13eea020ab34304b7995849603dda (diff) | |
download | sssd-8cdb7217d221a54feaa7a1f967404c199ae541e5.tar.gz sssd-8cdb7217d221a54feaa7a1f967404c199ae541e5.tar.xz sssd-8cdb7217d221a54feaa7a1f967404c199ae541e5.zip |
Remove unused defines
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index e36a9511d..d1fcd862b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -191,8 +191,6 @@ AM_CPPFLAGS = \ -DSSS_NSS_SOCKET_NAME=\"$(pipepath)/nss\" \ -DSSS_PAM_SOCKET_NAME=\"$(pipepath)/pam\" \ -DSSS_PAM_PRIV_SOCKET_NAME=\"$(pipepath)/private/pam\" \ - -DUSE_MMAP=1 \ - -DTEVENT_DEPRECATED=1\ -DLOCALEDIR=\"$(localedir)\" EXTRA_DIST = build/config.rpath |