diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-01-10 14:44:43 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-01-10 14:44:43 +0000 |
commit | 623fd3dc50674b258991663149f813ec895adff7 (patch) | |
tree | 097705338bb9bf76474e968c8fba5878ba2c9049 /acconfig.h | |
parent | e522b2439da92cbe4dbbda1d5a3e48f27aeac6f4 (diff) | |
download | fetchmail-623fd3dc50674b258991663149f813ec895adff7.tar.gz fetchmail-623fd3dc50674b258991663149f813ec895adff7.tar.bz2 fetchmail-623fd3dc50674b258991663149f813ec895adff7.zip |
Give up on trying to use stdio.
svn path=/trunk/; revision=734
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -32,9 +32,6 @@ /* Define if you have GNU's getopt family of functions. */ #undef HAVE_GETOPTLONG -/* Define to enable use of stdio for socket I/O. */ -#undef USE_STDIO - /* Leave that blank line there!! Autoheader needs it. If you're adding to this file, keep in mind: |