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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
cd187ecf
Commit
cd187ecf
authored
Jan 27, 2015
by
Nirbhay Choubey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add cmake check for getifaddrs.
parent
47d8001c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
cmake/os/WindowsCache.cmake
cmake/os/WindowsCache.cmake
+1
-0
config.h.cmake
config.h.cmake
+1
-0
configure.cmake
configure.cmake
+1
-0
No files found.
cmake/os/WindowsCache.cmake
View file @
cd187ecf
...
...
@@ -76,6 +76,7 @@ SET(HAVE_FSYNC CACHE INTERNAL "")
SET
(
HAVE_FTIME 1 CACHE INTERNAL
""
)
SET
(
HAVE_FTRUNCATE CACHE INTERNAL
""
)
SET
(
HAVE_GETADDRINFO 1 CACHE INTERNAL
""
)
SET
(
HAVE_GETIFADDRS CACHE INTERNAL
""
)
SET
(
HAVE_GETCWD 1 CACHE INTERNAL
""
)
SET
(
HAVE_GETHOSTBYADDR_R CACHE INTERNAL
""
)
SET
(
HAVE_GETHRTIME CACHE INTERNAL
""
)
...
...
config.h.cmake
View file @
cd187ecf
...
...
@@ -163,6 +163,7 @@
#cmakedefine HAVE_FSYNC 1
#cmakedefine HAVE_FTIME 1
#cmakedefine HAVE_GETADDRINFO 1
#cmakedefine HAVE_GETIFADDRS 1
#cmakedefine HAVE_GETCWD 1
#cmakedefine HAVE_GETHOSTBYADDR_R 1
#cmakedefine HAVE_GETHRTIME 1
...
...
configure.cmake
View file @
cd187ecf
...
...
@@ -360,6 +360,7 @@ CHECK_FUNCTION_EXISTS (getpassphrase HAVE_GETPASSPHRASE)
CHECK_FUNCTION_EXISTS
(
getpwnam HAVE_GETPWNAM
)
CHECK_FUNCTION_EXISTS
(
getpwuid HAVE_GETPWUID
)
CHECK_FUNCTION_EXISTS
(
getrlimit HAVE_GETRLIMIT
)
CHECK_FUNCTION_EXISTS
(
getifaddrs HAVE_GETIFADDRS
)
CHECK_FUNCTION_EXISTS
(
getrusage HAVE_GETRUSAGE
)
CHECK_FUNCTION_EXISTS
(
getwd HAVE_GETWD
)
CHECK_FUNCTION_EXISTS
(
gmtime_r HAVE_GMTIME_R
)
...
...
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