summaryrefslogtreecommitdiff
path: root/src/h-config.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2014-06-26 20:28:45 +0200
committerBardur Arantsson <bardur@scientician.net>2014-06-26 20:45:28 +0200
commit629b9a33952661972dd533377d8da594b95c2049 (patch)
treee1318ffb5e0eec50938dda2e454f5831fa1f0f00 /src/h-config.h
parent2ec05306daf63e44c844ef4030c98e20f958f672 (diff)
Remove shim memset() implementation
Diffstat (limited to 'src/h-config.h')
-rw-r--r--src/h-config.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/h-config.h b/src/h-config.h
index 220be370..66fa5c1b 100644
--- a/src/h-config.h
+++ b/src/h-config.h
@@ -242,12 +242,6 @@ extern "C" {
*/
-/*
- * OPTION: Define "HAS_MEMSET" only if "memset()" exists.
- * Note that the "memset()" routines are used in "z-virt.h"
- */
-#define HAS_MEMSET
-
/*
* OPTION: Define "HAS_USLEEP" only if "usleep()" exists.