summaryrefslogtreecommitdiff
path: root/plan9
diff options
context:
space:
mode:
Diffstat (limited to 'plan9')
-rw-r--r--plan9/config.plan912
-rw-r--r--plan9/config_h.sample12
2 files changed, 0 insertions, 24 deletions
diff --git a/plan9/config.plan9 b/plan9/config.plan9
index c9863b603e..469094c69c 100644
--- a/plan9/config.plan9
+++ b/plan9/config.plan9
@@ -511,18 +511,6 @@
*/
#define HAS_SETSID /**/
-/* HAS_STRCHR:
- * This symbol is defined to indicate that the strchr()/strrchr()
- * functions are available for string searching. If not, try the
- * index()/rindex() pair.
- */
-/* HAS_INDEX:
- * This symbol is defined to indicate that the index()/rindex()
- * functions are available for string searching.
- */
-#define HAS_STRCHR /**/
-/*#define HAS_INDEX / **/
-
/* HAS_STRCOLL:
* This symbol, if defined, indicates that the strcoll routine is
* available to compare strings using collating information.
diff --git a/plan9/config_h.sample b/plan9/config_h.sample
index ec8bafec47..42854491b2 100644
--- a/plan9/config_h.sample
+++ b/plan9/config_h.sample
@@ -469,18 +469,6 @@
*/
#define HAS_SETSID /**/
-/* HAS_STRCHR:
- * This symbol is defined to indicate that the strchr()/strrchr()
- * functions are available for string searching. If not, try the
- * index()/rindex() pair.
- */
-/* HAS_INDEX:
- * This symbol is defined to indicate that the index()/rindex()
- * functions are available for string searching.
- */
-#define HAS_STRCHR /**/
-/*#define HAS_INDEX / **/
-
/* HAS_STRCOLL:
* This symbol, if defined, indicates that the strcoll routine is
* available to compare strings using collating information.