diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-09-16 20:52:45 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-09-16 20:52:45 +0000 |
commit | c6cead5dfe1080eabac232527e31f3f3a6de325e (patch) | |
tree | e72ca4fc4637e94a7a174e64ad46715d887ffb11 /acconfig.h | |
parent | 16b211992e97fcfbadb7224c8dd84b3e62bb4518 (diff) | |
download | fetchmail-c6cead5dfe1080eabac232527e31f3f3a6de325e.tar.gz fetchmail-c6cead5dfe1080eabac232527e31f3f3a6de325e.tar.bz2 fetchmail-c6cead5dfe1080eabac232527e31f3f3a6de325e.zip |
Autoconfigure correctly for SunOS boxes.
svn path=/trunk/; revision=1355
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -44,6 +44,9 @@ /* Define if you have on_exit */ #undef HAVE_ON_EXIT +/* Compute an appropriate directory for PID lock files */ +#undef PID_DIR + /* Define to help us deduce a 32-bit type (required for Kerberos) */ #undef SIZEOF_INT #undef SIZEOF_SHORT |