summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2022-03-31 10:55:30 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2022-03-31 10:55:30 +0900
commiteeda9ac0a71951a2894cd92a366216d2f65c5ad1 (patch)
tree5b0a387e3a1890f5ca2c116e8b4e22703fe518a2 /doc
parent564e0d94f21f9c2cd8cadf2846163871352f1a92 (diff)
downloadlibassuan-eeda9ac0a71951a2894cd92a366216d2f65c5ad1.tar.gz
Remove GNU Pth support.
* src/posix-sys-pth-impl.h: Remove. * src/w32-sys-pth-impl.h: Remove. * src/Makefile.am: Follow the change. * src/assuan.h.in (ASSUAN_SYSTEM_PTH_IMPL, ASSUAN_SYSTEM_PTH): Remove. * src/mkheader.c (write_special): Remove Pth support. -- GnuPG-bug-id: 5911 Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/assuan.texi6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/assuan.texi b/doc/assuan.texi
index 5c423d0..2e0d5c7 100644
--- a/doc/assuan.texi
+++ b/doc/assuan.texi
@@ -1017,12 +1017,6 @@ System hooks suitable for use with the nPth library.
The implementation of system hooks for use with the nPth library.
This must be invoked once somewhere in the application, and defines
the structure that is referenced by @code{ASSUAN_SYSTEM_NPTH}.
-@item ASSUAN_SYSTEM_PTH
-System hooks suitable for use with the GNU Pth library.
-@item ASSUAN_SYSTEM_PTH_IMPL
-The implementation of system hooks for use with the GNU Pth library.
-This must be invoked once somewhere in the application, and defines
-the structure that is referenced by @code{ASSUAN_SYSTEM_PTH}.
@end table