getopt_long() support for platforms that don't have it.

This commit is contained in:
Ivo Timmermans 2000-05-03 23:47:06 +00:00
parent 3d218a3114
commit 88a8826cf7
4 changed files with 1377 additions and 2 deletions

View file

@ -4,11 +4,11 @@ noinst_LIBRARIES = libvpn.a
INCLUDES = -I. -I$(top_builddir)
libvpn_a_SOURCES = xmalloc.c pidfile.c utils.c
libvpn_a_SOURCES = xmalloc.c pidfile.c utils.c getopt.c getopt1.c
libvpn_a_LIBADD = @LIBOBJS@ @ALLOCA@
libvpn_a_DEPENDENCIES = $(libvpn_a_LIBADD)
noinst_HEADERS = xalloc.h pidfile.h utils.h
noinst_HEADERS = xalloc.h pidfile.h utils.h getopt.h
EXTRA_DIST = README