diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-02-16 06:28:50 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-02-16 06:28:50 +0000 |
commit | bd57c85d9a2cc1e95e0ae16168b764204755e143 (patch) | |
tree | 61136f88ae3f61465fef9f5a224a35364cadfae7 /acconfig.h | |
parent | 9e96c6bc3494dfe34655a02df8f735bce71d86a6 (diff) | |
download | fetchmail-bd57c85d9a2cc1e95e0ae16168b764204755e143.tar.gz fetchmail-bd57c85d9a2cc1e95e0ae16168b764204755e143.tar.bz2 fetchmail-bd57c85d9a2cc1e95e0ae16168b764204755e143.zip |
Alll of Craig Metz's changes for IPv6 and IPSEC except the POP3 stuff.
svn path=/trunk/; revision=1630
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -70,6 +70,11 @@ /* Define if you want OPIE support compiled in */ #undef OPIE +/* Define if you want IPv6 support compiled in */ +#undef INET6 + +/* Define if you want network security support compiled in */ +#undef NETSEC /* Leave that blank line there!! Autoheader needs it. If you're adding to this file, keep in mind: |