Skip to content
Snippets Groups Projects
Commit 90c2dec6 authored by Alberto Massari's avatar Alberto Massari
Browse files

Regenerate

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@466139 13f79535-47bb-0310-9956-ffa450edef68
parent 71263165
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,9 @@
/* Define to 1 if you have the `ftime' function. */
#undef HAVE_FTIME
/* Define to 1 if you have the `getaddrinfo' function. */
#undef HAVE_GETADDRINFO
/* Define to 1 if you have the `getcwd' function. */
#undef HAVE_GETCWD
......
......@@ -25406,12 +25406,15 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
 
for ac_func in clock_gettime ftime getcwd gethostbyaddr gethostbyname gettimeofday localeconv \
mblen memmove memset nl_langinfo pathconf realpath setlocale socket \
strcasecmp strncasecmp stricmp strnicmp strchr strdup \
strrchr strstr strtol strtoul \
towupper towlower \
mbrlen wcsrtombs mbsrtowcs \
for ac_func in getcwd pathconf realpath \
getaddrinfo gethostbyaddr gethostbyname socket \
clock_gettime ftime gettimeofday \
memmove memset nl_langinfo setlocale localeconv \
strcasecmp strncasecmp stricmp strnicmp strchr strdup \
strrchr strstr strtol strtoul \
towupper towlower \
mblen mbrlen wcsrtombs mbsrtowcs \
 
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment