From 992442cbf9d53df81a8770995043bd9b75d16828 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 21 Sep 2004 01:43:53 +0000 Subject: r2456: got rid of some outdated global macros (This used to be commit ea7eac5e3fb8f0db8d412a95ef4dc7889a07bc73) --- source4/include/smb_macros.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'source4/include') diff --git a/source4/include/smb_macros.h b/source4/include/smb_macros.h index bbf904fbfa..84978f4f70 100644 --- a/source4/include/smb_macros.h +++ b/source4/include/smb_macros.h @@ -162,17 +162,4 @@ copy an IP address from one buffer to another #define SERVER_HAS_UNIX_CIFS(c) (cli_state_has_unix_cifs(c)) -/**************************************************************************** - Make a filename into unix format. -****************************************************************************/ - -#define unix_format(fname) string_replace(fname,'\\','/') -#define unix_format_w(fname) string_replace_w(fname, UCS2_CHAR('\\'), UCS2_CHAR('/')) - -/**************************************************************************** - Make a file into DOS format. -****************************************************************************/ - -#define dos_format(fname) string_replace(fname,'/','\\') - #endif /* _SMB_MACROS_H */ -- cgit