configure.in, configure: include/config.h.in: Added stropts and poll.
authorJeremy Allison <jra@samba.org>
Mon, 31 Aug 1998 20:20:54 +0000 (20:20 +0000)
committerJeremy Allison <jra@samba.org>
Mon, 31 Aug 1998 20:20:54 +0000 (20:20 +0000)
commit3d9ec96de5e04e83abafe9c5d980bd39eee856ea
tree35400124bfc975c796d7d30e3f002da994181987
parentd4b714a6be9ccf8a66d7abe0d6d14a810a5f182a
configure.in, configure: include/config.h.in: Added stropts and poll.
include/smb.h: Moved old typedefs of uint8 etc. into include/includes.h where
               all the other defines live (changed them from typedefs to
               defines).
Other changes : changed from using uint32 to SMB_DEV_T and SMB_INO_T
in preparation for moving to size independed (ie. 64 bit clean) device
and inode access. Stat call wrapper comes next :-).

Jeremy.
16 files changed:
source/configure
source/configure.in
source/include/config.h.in
source/include/includes.h
source/include/proto.h
source/include/smb.h
source/lib/util.c
source/locking/locking.c
source/locking/locking_shm.c
source/locking/locking_slow.c
source/smbd/close.c
source/smbd/files.c
source/smbd/open.c
source/smbd/oplock.c
source/smbd/reply.c
source/smbd/trans2.c