From 08d00eb68ee93eaead0f3bbaabc3d89540e0818e Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 24 Oct 1996 00:09:08 +0000 Subject: - added support for TMPDIR env variable - fixed fault.c for linux 2.1 - put back in the FIND_SELF failing code - cleaned up casts in encryption (This used to be commit 3af04f1580b2569c0a4f2549bf6352c7a25afa0d) --- source3/include/local.h | 1 + source3/include/proto.h | 4 ++++ 2 files changed, 5 insertions(+) (limited to 'source3/include') diff --git a/source3/include/local.h b/source3/include/local.h index 12d3fb9e88..01eac55652 100644 --- a/source3/include/local.h +++ b/source3/include/local.h @@ -47,6 +47,7 @@ #define LIST_SEP " \t,;:\n\r" #ifndef LOCKDIR +/* this should have been set in the Makefile */ #define LOCKDIR "/tmp/samba" #endif diff --git a/source3/include/proto.h b/source3/include/proto.h index 2c6047954e..803ceba688 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -739,6 +739,9 @@ struct smb_passwd *get_smbpwnam(char *name); /*The following definitions come from smbrun.c */ +/*The following definitions come from smbwizard.c */ + + /*The following definitions come from status.c */ void Ucrit_addUsername(pstring username); @@ -819,6 +822,7 @@ BOOL user_in_list(char *user,char *list); void setup_logging(char *pname,BOOL interactive); void reopen_logs(void); +char *tmpdir(void); BOOL is_a_socket(int fd); BOOL next_token(char **ptr,char *buff,char *sep); char **toktocliplist(int *ctok, char *sep); -- cgit