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)
commitbe6edf50c4e76662cd80eab9d60182f2e4f02d24
tree94b1de0f71446530fdbee48d46476b1742732897
parentb0152aaea09a1d082ee90954cdc8512d22b8d8ae
Add popt for parsing commandline options
(This used to be commit df34e11d84a6fe89dc6654eb10de0a49383e1dea)
19 files changed:
source3/Makefile.in
source3/configure
source3/configure.in
source3/include/config.h.in
source3/include/includes.h
source3/popt/.cvsignore [new file with mode: 0644]
source3/popt/CHANGES [new file with mode: 0644]
source3/popt/COPYING [new file with mode: 0644]
source3/popt/README [new file with mode: 0644]
source3/popt/dummy.in [new file with mode: 0644]
source3/popt/findme.c [new file with mode: 0644]
source3/popt/findme.h [new file with mode: 0644]
source3/popt/popt.c [new file with mode: 0644]
source3/popt/popt.h [new file with mode: 0644]
source3/popt/poptconfig.c [new file with mode: 0644]
source3/popt/popthelp.c [new file with mode: 0644]
source3/popt/poptint.h [new file with mode: 0644]
source3/popt/poptparse.c [new file with mode: 0644]
source3/popt/system.h [new file with mode: 0644]