Changes to test in configure if capabilities are enabled on a system.
authorJeremy Allison <jra@samba.org>
Mon, 28 Sep 1998 21:43:48 +0000 (21:43 +0000)
committerJeremy Allison <jra@samba.org>
Mon, 28 Sep 1998 21:43:48 +0000 (21:43 +0000)
commitcf3a9741dc7427efb97eff09a3c197a906ce6767
treea5ca09216db91089dd5c2be34751733c4dbff2be
parentcdaa53e3ef7e9bbb7dedaa82d54f730085b9250c
Changes to test in configure if capabilities are enabled on a system.
Changes to get Samba to compile cleanly with the IRIX compiler
with the options : -fullwarn -woff 1209,1174 (the -woff options
are to turn off warnings about unused function parameters and
controlling loop expressions being constants).
Split prototype generation as we hit a limit in IRIX nawk.
Removed "." code in smbd/filename.c (yet again :-).
Jeremy.
(This used to be commit e0567433bd72aec17bf5a54cc292701095d25f09)
38 files changed:
source3/client/client.c
source3/client/clitar.c
source3/configure
source3/configure.in
source3/include/client.h
source3/include/proto.h
source3/include/smb.h
source3/lib/debug.c
source3/lib/md4.c
source3/lib/pidfile.c
source3/lib/time.c
source3/lib/util.c
source3/libsmb/clientgen.c
source3/libsmb/namequery.c
source3/libsmb/pwd_cache.c
source3/locking/locking_shm.c
source3/locking/shmem.c
source3/locking/shmem_sysv.c
source3/nmbd/nmbd_become_lmb.c
source3/nmbd/nmbd_incomingdgrams.c
source3/nmbd/nmbd_packets.c
source3/nmbd/nmbd_processlogon.c
source3/nmbd/nmbd_serverlistdb.c
source3/nmbd/nmbd_winsserver.c
source3/passdb/smbpass.c
source3/rpc_server/srv_samr.c
source3/rpcclient/cmd_samr.c
source3/rpcclient/rpcclient.c
source3/script/mkproto.awk
source3/smbd/dir.c
source3/smbd/filename.c
source3/smbd/oplock.c
source3/smbd/password.c
source3/utils/make_printerdef.c
source3/utils/nmblookup.c
source3/utils/status.c
source3/web/cgi.c
source3/web/startstop.c