Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
f734a66b
Commit
f734a66b
authored
Jan 29, 2010
by
Vladislav Vaintroub
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not run checks for strtok_r on Windows - we know the function is not there..
parent
2eaae2ed
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
cmake/os/WindowsCache.cmake
cmake/os/WindowsCache.cmake
+1
-0
No files found.
cmake/os/WindowsCache.cmake
View file @
f734a66b
...
@@ -249,6 +249,7 @@ SET(HAVE_STRPBRK 1 CACHE INTERNAL "")
...
@@ -249,6 +249,7 @@ SET(HAVE_STRPBRK 1 CACHE INTERNAL "")
SET
(
HAVE_STRSEP CACHE INTERNAL
""
)
SET
(
HAVE_STRSEP CACHE INTERNAL
""
)
SET
(
HAVE_STRSIGNAL CACHE INTERNAL
""
)
SET
(
HAVE_STRSIGNAL CACHE INTERNAL
""
)
SET
(
HAVE_STRSTR 1 CACHE INTERNAL
""
)
SET
(
HAVE_STRSTR 1 CACHE INTERNAL
""
)
SET
(
HAVE_STRTOK_R CACHE INTERNAL
""
)
SET
(
HAVE_STRTOL 1 CACHE INTERNAL
""
)
SET
(
HAVE_STRTOL 1 CACHE INTERNAL
""
)
SET
(
HAVE_STRTOLL CACHE INTERNAL
""
)
SET
(
HAVE_STRTOLL CACHE INTERNAL
""
)
SET
(
HAVE_STRTOUL 1 CACHE INTERNAL
""
)
SET
(
HAVE_STRTOUL 1 CACHE INTERNAL
""
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment