By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1614
Collapse All | Expand All

(-)a/CMakeLists.txt (+1 lines)
Lines 266-271 check_symbol_exists( gethostbyname2_r "netdb.h" HAVE_GETHOSTBYNAME2_R ) Link Here
266
check_symbol_exists( gethostbyname_r "netdb.h" HAVE_GETHOSTBYNAME_R )
266
check_symbol_exists( gethostbyname_r "netdb.h" HAVE_GETHOSTBYNAME_R )
267
check_symbol_exists( gai_strerror "sys/types.h;sys/socket.h;netdb.h" HAVE_GAI_STRERROR )
267
check_symbol_exists( gai_strerror "sys/types.h;sys/socket.h;netdb.h" HAVE_GAI_STRERROR )
268
check_symbol_exists( getaddrinfo "sys/types.h;sys/socket.h;netdb.h" HAVE_GETADDRINFO )
268
check_symbol_exists( getaddrinfo "sys/types.h;sys/socket.h;netdb.h" HAVE_GETADDRINFO )
269
check_symbol_exists( backtrace "execinfo.h" HAVE_BACKTRACE )
269
270
270
check_function_exists( usleep HAVE_USLEEP )
271
check_function_exists( usleep HAVE_USLEEP )
271
check_symbol_exists( usleep "unistd.h" HAVE_USLEEP_PROTO )
272
check_symbol_exists( usleep "unistd.h" HAVE_USLEEP_PROTO )
(-)a/config.h.cmake (-1 / +1 lines)
Lines 48-54 Link Here
48
#cmakedefine HAVE_AWE_VOICE_H 1
48
#cmakedefine HAVE_AWE_VOICE_H 1
49
49
50
/* Define if execinfo.h exists and defines backtrace (GLIBC >= 2.1) */
50
/* Define if execinfo.h exists and defines backtrace (GLIBC >= 2.1) */
51
#undef HAVE_BACKTRACE
51
#cmakedefine HAVE_BACKTRACE 1
52
52
53
/* Define to 1 if you have the `bcopy' function. */
53
/* Define to 1 if you have the `bcopy' function. */
54
#cmakedefine HAVE_BCOPY 1
54
#cmakedefine HAVE_BCOPY 1

Return to bug 1614