summaryrefslogtreecommitdiffstats
path: root/source/include/safe_string.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/safe_string.h')
-rw-r--r--source/include/safe_string.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/include/safe_string.h b/source/include/safe_string.h
index 4517d824a58..2c3d2eda01f 100644
--- a/source/include/safe_string.h
+++ b/source/include/safe_string.h
@@ -22,11 +22,6 @@
#ifndef _SAFE_STRING_H
#define _SAFE_STRING_H
-#ifdef bcopy
-#undef bcopy
-#endif /* bcopy */
-#define bcopy(src,dest,size) __ERROR__XX__NEVER_USE_BCOPY___;
-
#ifdef strcpy
#undef strcpy
#endif /* strcpy */
@@ -47,9 +42,6 @@
#define fstrcpy(d,s) safe_strcpy((d),(s),sizeof(fstring)-1)
#define fstrcat(d,s) safe_strcat((d),(s),sizeof(fstring)-1)
-#define fstrterminate(d) (((d)[sizeof(fstring)-1]) = '\0')
-#define pstrterminate(d) (((d)[sizeof(pstring)-1]) = '\0')
-
#define wpstrcpy(d,s) safe_strcpy_w((d),(s),sizeof(wpstring))
#define wpstrcat(d,s) safe_strcat_w((d),(s),sizeof(wpstring))
#define wfstrcpy(d,s) safe_strcpy_w((d),(s),sizeof(wfstring))