s3-lib: Fix util_cmdline which doesn't use popt.
authorAndreas Schneider <asn@samba.org>
Mon, 30 Jan 2012 09:53:18 +0000 (10:53 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 1 Feb 2012 20:54:21 +0000 (21:54 +0100)
commit8080dbad78edbc26c8ece8ae7f1abc27f0d7afd4
tree2761fe7d45b1864f21f3d4d8dadca0337b99b05d
parent8c66c8c756bde8654a3c1d07082b0ca5d357dc29
s3-lib: Fix util_cmdline which doesn't use popt.

This creates its own header file for util_cmdline so it doesn't need to
link against popt.
This should fix linking on FreeBSD.
source3/include/auth_info.h [new file with mode: 0644]
source3/include/popt_common.h
source3/include/proto.h
source3/lib/netapi/cm.c
source3/lib/util_cmdline.c
source3/libsmb/cliconnect.c
source3/libsmb/libsmb_dir.c
source3/libsmb/proto.h
source3/wscript_build