gnupg/keyserver (4 files)

cvs user dshaw cvs@cvs.gnupg.org
Sat, 31 May 2003 05:52:13 +0200


    Date: Saturday, May 31, 2003 @ 05:52:02
  Author: dshaw
    Path: /cvs/gnupg/gnupg/keyserver

Modified: ChangeLog Makefile.am gpgkeys_hkp.c gpgkeys_ldap.c

* gpgkeys_hkp.c, gpgkeys_ldap.c: #include <getopt.h> if it is available.  
Also include extern references for optarg and optind since there is no
guarantee that any header file will include them.  Standards?  We don't
need no stinkin' standards

* Makefile.am: Use @GETOPT@ to pull in libiberty on those platforms that
need it.


----------------+
 ChangeLog      |   10 ++++++++++
 Makefile.am    |    7 ++-----
 gpgkeys_hkp.c  |    6 ++++++
 gpgkeys_ldap.c |    6 ++++++
 4 files changed, 24 insertions(+), 5 deletions(-)