configure, configure.in: Added fseek64 and ftell64.
authorJeremy Allison <jra@samba.org>
Thu, 17 Sep 1998 19:09:16 +0000 (19:09 +0000)
committerJeremy Allison <jra@samba.org>
Thu, 17 Sep 1998 19:09:16 +0000 (19:09 +0000)
config.h.in: Added fseek64 and ftell64.
includes.h: Added definition of SMB_BIG_INTEGER.
smb.h: Changed (*getsmbpwpos) and (*setsmbpwpos) to use SMB_BIG_INTEGER.
access.c: Tidyup of dbug statement.
system.c: Added sys_fseek and sys_ftell. Changed mode calls to use mode_t.
asyncdns.c: Tidyup of comment.
loadparm.c: Tidyup of set_default_server_announce_type() function definition.
ldap.c: Changed (*getsmbpwpos) and (*setsmbpwpos) to use SMB_BIG_INTEGER.
nispass.c: Changed (*getsmbpwpos) and (*setsmbpwpos) to use SMB_BIG_INTEGER.
smbpass.c: Changed (*getsmbpwpos) and (*setsmbpwpos) to use SMB_BIG_INTEGER.
smbpassfile.c: Use sys_fseek().
chgpasswd.c: Tidyup of debug statement.
dosmode.c: Changed mode calls to use mode_t.
ipc.c: Removal of dead code.
nttrans.c: Changed mode calls to use mode_t.
open.c: Changed mode calls to use mode_t.
pipes.c: Removal of dead code.
reply.c: Removal of dead code.
trans2.c: Removal of dead code. Changed mode calls to use mode_t.
Jeremy.
(This used to be commit 9c8ecd994d43ec64f46ef54e608acb651a9d67e1)

source3/configure

index 974eccc07d66d21e40a20ed2a3d6e03f556458ab..7093b8923c8fef7138a18c3d85cf584fd795c1bf 100755 (executable)
@@ -1733,7 +1733,7 @@ else
 fi
 done
 
-for ac_hdr in stropts.h poll.h
+for ac_hdr in stropts.h poll.h 
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
@@ -3609,7 +3609,7 @@ else
 fi
 done
 
-for ac_func in bigcrypt getprpwnam setluid yp_get_default_domain getpwanam
+for ac_func in fseek64 ftell64 bigcrypt getprpwnam setluid yp_get_default_domain getpwanam
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
 echo "configure:3616: checking for $ac_func" >&5