Add defines for SOUP_PTRACE_ATTACH and SOUP_PTRACE_DETACH to remove
authorAlex Graveley <alex@ximian.com>
Tue, 2 Oct 2001 00:52:54 +0000 (00:52 +0000)
committerAlex Graveley <orph@src.gnome.org>
Tue, 2 Oct 2001 00:52:54 +0000 (00:52 +0000)
commitbd0ef1fcd22c96596d8a442b79c62e40e884b578
treed88f56a312a6a9f87195cb5765d86e2d0738a18a
parent7324ee21e6e27c8fe9c927db183ef5ceef8c7e25
Add defines for SOUP_PTRACE_ATTACH and SOUP_PTRACE_DETACH to remove

2001-10-01  Alex Graveley  <alex@ximian.com>

* src/libsoup/soup-socket-unix.c (soup_address_new): Add defines
for SOUP_PTRACE_ATTACH and SOUP_PTRACE_DETACH to remove
architecture incompatibilities for ptrace() arguments.

* configure.in: Add libdl to OpenSSL LDFLAGS.  Fix NSS header
paths.  Define HAVE_OPENSSL and HAVE_NSS if the libraries are
found successfully.

* src/libsoup/soup-socket.h: Remove soup_gethostbyname and
soup_gethostbyaddr, and move to:
* src/libsoup/soup-private.h: here.
ChangeLog
configure.in
libsoup/soup-private.h
libsoup/soup-socket-unix.c
libsoup/soup-socket.h