Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
0ce1c00f
Commit
0ce1c00f
authored
Sep 21, 2003
by
Luke Howard
Browse files
Check for strtoq, strtouq
parent
6da0f1e4
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
0ce1c00f
...
...
@@ -2471,6 +2471,8 @@ AC_CHECK_FUNCS( \
strstr \
strtol \
strtoul \
strtoq \
strtouq \
strspn \
sysconf \
usleep \
...
...
include/portable.h.in
View file @
0ce1c00f
...
...
@@ -302,6 +302,12 @@
/* Define if you have the strtoul function. */
#undef HAVE_STRTOUL
/* Define if you have the strtoq function. */
#undef HAVE_STRTOQ
/* Define if you have the strtouq function. */
#undef HAVE_STRTOUQ
/* Define if you have the sysconf function. */
#undef HAVE_SYSCONF
...
...
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