summaryrefslogtreecommitdiff
path: root/plan9/config_h.sample
diff options
context:
space:
mode:
Diffstat (limited to 'plan9/config_h.sample')
-rw-r--r--plan9/config_h.sample28
1 files changed, 0 insertions, 28 deletions
diff --git a/plan9/config_h.sample b/plan9/config_h.sample
index 98811d493d..902eba465b 100644
--- a/plan9/config_h.sample
+++ b/plan9/config_h.sample
@@ -56,12 +56,6 @@
*/
#define HAS_BCMP /**/
-/* HAS_BCOPY:
- * This symbol is defined if the bcopy() routine is available to
- * copy blocks of memory.
- */
-#define HAS_BCOPY /**/
-
/* HAS_CHOWN:
* This symbol, if defined, indicates that the chown routine is
* available.
@@ -277,20 +271,6 @@
*/
#define HAS_MEMCMP /**/
-/* HAS_MEMCPY:
- * This symbol, if defined, indicates that the memcpy routine is available
- * to copy blocks of memory.
- */
-#define HAS_MEMCPY /**/
-
-/* HAS_MEMMOVE:
- * This symbol, if defined, indicates that the memmove routine is available
- * to copy potentially overlapping blocks of memory. This should be used
- * only when HAS_SAFE_BCOPY is not defined. If neither is there, roll your
- * own version.
- */
-#define HAS_MEMMOVE /**/
-
/* HAS_MKDIR:
* This symbol, if defined, indicates that the mkdir routine is available
* to create directories. Otherwise you should fork off a new process to
@@ -2088,14 +2068,6 @@
*/
/*#define HAS_RECVMSG / **/
-/* HAS_SAFE_BCOPY:
- * This symbol, if defined, indicates that the bcopy routine is available
- * to copy potentially overlapping memory blocks. Normally, you should
- * probably use memmove() or memcpy(). If neither is defined, roll your
- * own version.
- */
-/*#define HAS_SAFE_BCOPY / **/
-
/* HAS_SANE_MEMCMP:
* This symbol, if defined, indicates that the memcmp routine is available
* and can be used to compare relative magnitudes of chars with their high