]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/extern.h
New autoconf
[irc/gameservirc.git] / gameserv / extern.h
index 5694201c9c04db7a34d8e8464558706728e3cba4..d239c22cde136fb5e9b3a90a602b930c6726a552 100644 (file)
@@ -59,7 +59,11 @@ E bool is_fighting(char *u);
 E bool isnt_fighting(char *u);
 E bool player_fight(char *u);
 E bool master_fight(char *u);
+
+#ifndef HAVE_STRTOK
 E char *strtok(char *str, const char *delim);
+#endif
+
 E char *spaces(int len, char *seperator);
 E void display_monster(char *u);
 E void display_players(char *u);