summaryrefslogtreecommitdiffstats
path: root/warp/config.h.SH
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2020-11-11 19:55:33 +0000
committerchristos <christos@NetBSD.org>2020-11-11 19:55:33 +0000
commit8501c01b33abba8d470d59e05105e7215f0a95a4 (patch)
treeb5519f90a1b9caa879ab63d666219c9a01e14fcf /warp/config.h.SH
parentc0e5f1acfc272507c6625a5ca9ba723a6b0a7df8 (diff)
downloadbsdgames-darwin-8501c01b33abba8d470d59e05105e7215f0a95a4.tar.gz
bsdgames-darwin-8501c01b33abba8d470d59e05105e7215f0a95a4.tar.zst
bsdgames-darwin-8501c01b33abba8d470d59e05105e7215f0a95a4.zip
use strchr, strrchr, random, more lint removal, savefile in /var/games/warp
not /usr/share/games/warp...
Diffstat (limited to 'warp/config.h.SH')
-rw-r--r--warp/config.h.SH12
1 files changed, 6 insertions, 6 deletions
diff --git a/warp/config.h.SH b/warp/config.h.SH
index cb47e620..ba3af514 100644
--- a/warp/config.h.SH
+++ b/warp/config.h.SH
@@ -87,16 +87,16 @@ cat <<!GROK!THIS! >config.h
*/
#$d_havetlib HAVETERMLIB /**/
-/* index:
- * This preprocessor symbol is defined, along with rindex, if the system
+/* strchr:
+ * This preprocessor symbol is defined, along with strrchr, if the system
* uses the strchr and strrchr routines instead.
*/
-/* rindex:
- * This preprocessor symbol is defined, along with index, if the system
+/* strrchr:
+ * This preprocessor symbol is defined, along with strchr, if the system
* uses the strchr and strrchr routines instead.
*/
-#$d_index index strchr /* cultural */
-#$d_index rindex strrchr /* differences? */
+#$d_strchr strchr strchr /* cultural */
+#$d_strchr strrchr strrchr /* differences? */
/* IOCTL:
* This symbol, if defined, indicates that sys/ioctl.h exists and should