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)
commite0567433bd72aec17bf5a54cc292701095d25f09
tree335335fb594f280097aa1c5db1118615112d0285
parent8a4730f61923577b0bd9e09ef1a00538f7dfb0de
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.
38 files changed:
source/client/client.c
source/client/clitar.c
source/configure
source/configure.in
source/include/client.h
source/include/proto.h
source/include/smb.h
source/lib/debug.c
source/lib/md4.c
source/lib/pidfile.c
source/lib/time.c
source/lib/util.c
source/libsmb/clientgen.c
source/libsmb/namequery.c
source/libsmb/pwd_cache.c
source/locking/locking_shm.c
source/locking/shmem.c
source/locking/shmem_sysv.c
source/nmbd/nmbd_become_lmb.c
source/nmbd/nmbd_incomingdgrams.c
source/nmbd/nmbd_packets.c
source/nmbd/nmbd_processlogon.c
source/nmbd/nmbd_serverlistdb.c
source/nmbd/nmbd_winsserver.c
source/passdb/smbpass.c
source/rpc_server/srv_samr.c
source/rpcclient/cmd_samr.c
source/rpcclient/rpcclient.c
source/script/mkproto.awk
source/smbd/dir.c
source/smbd/filename.c
source/smbd/oplock.c
source/smbd/password.c
source/utils/make_printerdef.c
source/utils/nmblookup.c
source/utils/status.c
source/web/cgi.c
source/web/startstop.c