diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-05-08 20:25:25 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-05-08 20:25:25 +0000 |
commit | e17f8194cadc0f11a53cd9ed6d4291dc6732a2f2 (patch) | |
tree | 8d9a6cc8d4d1f9190e8b3dbaed6f366c7f9cb11e /acconfig.h | |
parent | 225b32b70c44288111f6229a61c0040e2f032082 (diff) | |
download | fetchmail-e17f8194cadc0f11a53cd9ed6d4291dc6732a2f2.tar.gz fetchmail-e17f8194cadc0f11a53cd9ed6d4291dc6732a2f2.tar.bz2 fetchmail-e17f8194cadc0f11a53cd9ed6d4291dc6732a2f2.zip |
Improved configuration and compilation.
svn path=/trunk/; revision=985
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -38,6 +38,9 @@ /* Define if you have vsyslog */ #undef HAVE_VSYSLOG +/* Define if you have atexit */ +#undef HAVE_ATEXIT + /* Leave that blank line there!! Autoheader needs it. If you're adding to this file, keep in mind: |