diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2002-06-16 09:42:30 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2002-06-16 09:42:30 +0000 |
commit | 9794baa212e482763d81a727f0fb1c3cb9fb3787 (patch) | |
tree | 22e87989ad23e84827df77c469ff50a8446497c4 /net/gnomba/files/patch-samba-include-config.h | |
parent | Fix build on current. (diff) |
Update to 0.6.2.
Submitted by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> (partially)
Notes
Notes:
svn path=/head/; revision=61350
Diffstat (limited to 'net/gnomba/files/patch-samba-include-config.h')
-rw-r--r-- | net/gnomba/files/patch-samba-include-config.h | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/net/gnomba/files/patch-samba-include-config.h b/net/gnomba/files/patch-samba-include-config.h new file mode 100644 index 000000000000..51401efe1f14 --- /dev/null +++ b/net/gnomba/files/patch-samba-include-config.h @@ -0,0 +1,51 @@ +--- samba/include/config.h.orig Fri Jun 14 00:44:17 2002 ++++ samba/include/config.h Fri Jun 14 00:42:22 2002 +@@ -106,7 +106,7 @@ + /* #undef FTRUNCATE_NEEDS_ROOT */ + /* #undef HAVE_TRAPDOOR_UID */ + /* #undef HAVE_ROOT */ +-/* #undef HAVE_UNION_SEMUN */ ++#define HAVE_UNION_SEMUN 1 + #define HAVE_GETTIMEOFDAY_TZ 1 + /* #undef HAVE_SOCK_SIN_LEN */ + /* #undef STAT_READ_FILSYS */ +@@ -745,7 +745,7 @@ + #define HAVE_SECURITY_PAM_APPL_H 1 + + /* Define if you have the <shadow.h> header file. */ +-#define HAVE_SHADOW_H 1 ++#undef HAVE_SHADOW_H + + /* Define if you have the <stdarg.h> header file. */ + #define HAVE_STDARG_H 1 +@@ -760,7 +760,7 @@ + #define HAVE_STRINGS_H 1 + + /* Define if you have the <stropts.h> header file. */ +-#define HAVE_STROPTS_H 1 ++#undef HAVE_STROPTS_H + + /* Define if you have the <sys/acl.h> header file. */ + /* #undef HAVE_SYS_ACL_H */ +@@ -829,10 +829,10 @@ + /* #undef HAVE_SYS_SOCKIO_H */ + + /* Define if you have the <sys/statfs.h> header file. */ +-#define HAVE_SYS_STATFS_H 1 ++#undef HAVE_SYS_STATFS_H + + /* Define if you have the <sys/statvfs.h> header file. */ +-#define HAVE_SYS_STATVFS_H 1 ++#undef HAVE_SYS_STATVFS_H + + /* Define if you have the <sys/syscall.h> header file. */ + #define HAVE_SYS_SYSCALL_H 1 +@@ -847,7 +847,7 @@ + #define HAVE_SYS_UNISTD_H 1 + + /* Define if you have the <sys/vfs.h> header file. */ +-#define HAVE_SYS_VFS_H 1 ++#undef HAVE_SYS_VFS_H + + /* Define if you have the <sys/wait.h> header file. */ + #define HAVE_SYS_WAIT_H 1 |