aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/asterisk.h3
-rw-r--r--include/asterisk/autoconfig.h.in3
2 files changed, 3 insertions, 3 deletions
diff --git a/include/asterisk.h b/include/asterisk.h
index f55d5bb0d..7ae81136b 100644
--- a/include/asterisk.h
+++ b/include/asterisk.h
@@ -178,4 +178,7 @@ struct ast_module;
struct ast_variable;
struct ast_str;
+#define bzero 0x__dont_use_bzero__use_memset_instead""
+#define bcopy 0x__dont_use_bcopy__use_memmove_instead()
+
#endif /* _ASTERISK_H */
diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in
index a79f77321..75dd7ba6d 100644
--- a/include/asterisk/autoconfig.h.in
+++ b/include/asterisk/autoconfig.h.in
@@ -119,9 +119,6 @@
/* Define to 1 if byteswap.h macros are available. */
#undef HAVE_BYTESWAP_H
-/* Define to 1 if you have the `bzero' function. */
-#undef HAVE_BZERO
-
/* Define this to indicate the ${CAP_DESCRIP} library */
#undef HAVE_CAP