search for: have_compat_h

Displaying 2 results from an estimated 2 matches for "have_compat_h".

2000 May 08
0
Patch for IA-64
...ncludes.h --- samba-2.0.6/source/include/includes.h Wed Nov 10 18:36:00 1999 +++ samba-2.0.6.ia64/source/include/includes.h Fri Apr 28 18:51:12 2000 @@ -324,6 +324,10 @@ #define PASSWORD_LENGTH 16 #endif /* HAVE_SYS_SECURITY_H */ +#ifdef HAVE_CRYPT_H +#include <crypt.h> +#endif + #ifdef HAVE_COMPAT_H #include <compat.h> #endif diff -ruN samba-2.0.6/source/smbd/chgpasswd.c samba-2.0.6.ia64/source/smbd/chgpasswd.c --- samba-2.0.6/source/smbd/chgpasswd.c Wed Nov 10 18:36:08 1999 +++ samba-2.0.6.ia64/source/smbd/chgpasswd.c Fri Apr 28 18:45:44 2000 @@ -50,6 +50,7 @@ #include "includes...
2008 May 10
1
Failed to create rounding.h!
On an i686 with glibc 2.5 installed I'm not able to compile rsync 3.0.2 and later. rsync 3.0.0 was no problem, this compiled. Also on an x86_64 with glibc 2.7 installed rsync compiled. Here is a script of the failing comilation: Script started on Sat May 10 07:33:39 2008 teddy@mail /usr/src/rsync-HEAD-20080508-0612GMT $ mkdir build teddy@mail /usr/src/rsync-HEAD-20080508-0612GMT $ cd build