search for: ac_func_memcmp

Displaying 5 results from an estimated 5 matches for "ac_func_memcmp".

2007 Apr 18
0
[Bridge] [PATCH] Better test for libsysfs
...for configure.in tests for both the headers and the library and makes the configure script print a warning if libsysfs cannot be used. The patch is against bridge-utils-1.0.4. -- Regards, Pavel Roskin -------------- next part -------------- --- configure.in +++ configure.in @@ -24,7 +24,14 @@ AC_FUNC_MEMCMP AC_CHECK_FUNCS(gethostname socket strdup uname) AC_CHECK_FUNCS(if_nametoindex if_indextoname) -AC_CHECK_LIB(sysfs, sysfs_open_directory) + +dnl Check for libsysfs +libsysfs_found=0 +AC_CHECK_HEADER(sysfs/libsysfs.h, + [AC_CHECK_LIB(sysfs, sysfs_open_directory, libsysfs_found=1)]) +if test $libsy...
2001 Mar 29
2
libvorbis: NO_FLOAT_MATH_LIB patch
...f(), - defines HAVE_SQRTF if sqrtf() has been found, - uses HAVE_SQRTF in lib/os.h. NO_FLOAT_MATH_LIB isn't used any longer. --- configure.in.orig Fri Mar 30 02:02:35 2001 +++ configure.in Fri Mar 30 02:10:16 2001 @@ -162,6 +162,7 @@ dnl ------------------------------------ AC_FUNC_ALLOCA AC_FUNC_MEMCMP +AC_CHECK_FUNCS(sqrtf) dnl -------------------------------------------------- dnl Do substitutions --- lib/os.h.orig Fri Mar 30 02:10:53 2001 +++ lib/os.h Fri Mar 30 02:13:07 2001 @@ -42,15 +42,7 @@ # define FAST_HYPOT(a, b) sqrt((a)*(a) + (b)*(b)) #endif -#ifndef __GNUC__ -# define NO_FL...
2002 Jun 24
0
Rsync 2.5.5: FreeBSD mknod can't create FIFO's
...ys/filio.h string.h stdlib.h sys/socket.h sys/mode.h) +AC_CHECK_HEADERS(sys/filio.h string.h stdlib.h sys/socket.h sys/mode.h sys/un.h) AC_CHECK_HEADERS(glob.h alloca.h mcheck.h sys/sysctl.h arpa/inet.h arpa/nameser.h) AC_CHECK_HEADERS(netdb.h) AC_CHECK_HEADERS(malloc.h) @@ -359,7 +359,7 @@ dnl AC_FUNC_MEMCMP AC_FUNC_UTIME_NULL -AC_CHECK_FUNCS(waitpid wait4 getcwd strdup strerror chown chmod mknod) +AC_CHECK_FUNCS(waitpid wait4 getcwd strdup strerror chown chmod mknod mkfifo) AC_CHECK_FUNCS(fchmod fstat strchr readlink link utime utimes strftime) AC_CHECK_FUNCS(memmove lchown vsnprintf snprintf asp...
2007 Oct 18
0
[PATCH] Use credentials and permissions on control socket where available
...ether_arp, struct in_addr, struct addrinfo, struct ip, struct icmp, struct in6_addr, struct sockaddr_in6, struct ip6_hdr, struct icmp6_hdr, struct nd_neighbor_solicit, struct nd_opt_hdr, struct ucred], , , [#include "have.h"] ) @@ -122,7 +122,7 @@ dnl Checks for library functions. AC_FUNC_MEMCMP AC_FUNC_ALLOCA AC_TYPE_SIGNAL -AC_CHECK_FUNCS([asprintf daemon fchmod flock ftime fork get_current_dir_name gettimeofday mlockall putenv random select strdup strerror strsignal strtol system unsetenv vsyslog writev], +AC_CHECK_FUNCS([asprintf daemon fchmod flock ftime fork get_current_dir_name ge...
2002 Mar 22
2
Bug in compile of rsync 2.5.4 on Tru64 UNIX V5.1a using cc
Greetings, here is the output of the 'configure' step and the compile step (using the Compaq cc compiler that comes with Tru64 V5.1A. The configure reported success and most of the compile steps cam through error/warning free except for the one that stumbled. Can someone help me out here? I am willing to provide a binary for Tru64 V5.1A if we can swat this bug. We depend greatly on Rsync