diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2013-02-03 15:12:07 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2013-02-03 15:12:07 +0100 |
commit | 7f6138ffd4935043382ce5f867ee9e177e0a9787 (patch) | |
tree | 7442b10e479bdcb397947c941bf377ce0e0772d9 /contrib/README | |
parent | 5b0e1fdef9c55b9c8a54f5c146fc84dab3b82e63 (diff) | |
download | fetchmail-7f6138ffd4935043382ce5f867ee9e177e0a9787.tar.gz fetchmail-7f6138ffd4935043382ce5f867ee9e177e0a9787.tar.bz2 fetchmail-7f6138ffd4935043382ce5f867ee9e177e0a9787.zip |
Add new gai.c debug source.
Diffstat (limited to 'contrib/README')
-rw-r--r-- | contrib/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/README b/contrib/README index 7c6e6e8f..5eaa51e9 100644 --- a/contrib/README +++ b/contrib/README @@ -202,3 +202,8 @@ It probably needs to be adjusted for use on other systems. A MySQL/Tcl/Expect-based client-side script to remove messages at a certain age. See delete-later.README for details. (By Carsten Ralle, Yoo GmbH, Germany.) + +### gai (added 2013-02-03, --ma) + +A trivial getaddrinfo() program to check the getaddrinfo() call from the +system, as a research tool for the fetchmail developers. |