Skip to content

Commit b3e535b

Browse files
committed
libutil,win32: don't define HAVE_STRSTR
This is "fixup! libutil: don't provide strstr implementation"; we assume strstr() is always available. Signed-off-by: Masatake YAMATO <[email protected]>
1 parent acf07f2 commit b3e535b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main/e_msoft.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
#define HAVE_DIRECT_H 1
2121
#define HAVE_STRICMP 1
2222
#define HAVE_STRNICMP 1
23-
#define HAVE_STRSTR 1
2423
#define HAVE_STRERROR 1
2524
#define HAVE__FINDFIRST 1
2625
#define HAVE_FINDNEXT 1

0 commit comments

Comments
 (0)