diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-12-21 19:17:03 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-12-21 19:17:03 +0000 |
commit | e2914b619afd334ae57f10e8af35c9c43088f24b (patch) | |
tree | f47ae2095ff142268118c34299f5a373aea54a8b /acconfig.h | |
parent | 950350966b07d1f121f4cf50a2704f1a65dc4b38 (diff) | |
download | fetchmail-e2914b619afd334ae57f10e8af35c9c43088f24b.tar.gz fetchmail-e2914b619afd334ae57f10e8af35c9c43088f24b.tar.bz2 fetchmail-e2914b619afd334ae57f10e8af35c9c43088f24b.zip |
Include test code.
svn path=/trunk/; revision=672
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -32,6 +32,9 @@ /* Define if you have GNU's getopt family of functions. */ #undef HAVE_GETOPTLONG +/* Define if you have setlinebuf(3) */ +#undef HAVE_SETLINEBUF + /* Leave that blank line there!! Autoheader needs it. If you're adding to this file, keep in mind: |