Add popt for parsing commandline options
authorJim McDonough <jmcd@samba.org>
Tue, 23 Oct 2001 14:16:22 +0000 (14:16 +0000)
committerJim McDonough <jmcd@samba.org>
Tue, 23 Oct 2001 14:16:22 +0000 (14:16 +0000)
commitdf34e11d84a6fe89dc6654eb10de0a49383e1dea
tree8882ea12deb743445fd346353f8a5df6ff67ae6a
parente48eb7b572de10481e928fb55243f47e8a3aa446
Add popt for parsing commandline options
19 files changed:
source/Makefile.in
source/configure
source/configure.in
source/include/config.h.in
source/include/includes.h
source/popt/.cvsignore [new file with mode: 0644]
source/popt/CHANGES [new file with mode: 0644]
source/popt/COPYING [new file with mode: 0644]
source/popt/README [new file with mode: 0644]
source/popt/dummy.in [new file with mode: 0644]
source/popt/findme.c [new file with mode: 0644]
source/popt/findme.h [new file with mode: 0644]
source/popt/popt.c [new file with mode: 0644]
source/popt/popt.h [new file with mode: 0644]
source/popt/poptconfig.c [new file with mode: 0644]
source/popt/popthelp.c [new file with mode: 0644]
source/popt/poptint.h [new file with mode: 0644]
source/popt/poptparse.c [new file with mode: 0644]
source/popt/system.h [new file with mode: 0644]