version 1.3, 2006/10/15 21:59:13 |
version 1.4, 2013/10/24 09:38:24 |
|
|
void print_debug(PKillStruct, const char *); |
void print_debug(PKillStruct, const char *); |
void debug_one_kill(POneKill); |
void debug_one_kill(POneKill); |
void add_to_linkedlist(pmy_regex *, pmy_regex); |
void add_to_linkedlist(pmy_regex *, pmy_regex); |
+#if !defined(__DragonFly__) && !defined(__APPLE__) |
+#if !defined(__DragonFly__) && !defined(__APPLE__) && !defined(__sun) |
const char *strnstr(const char *, const char *); |
const char *strnstr(const char *, const char *); |
+#endif |
+#endif |
pmy_regex regex_scan(char *, char, int, int, char); |
pmy_regex regex_scan(char *, char, int, int, char); |