diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-10-21 16:28:27 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-10-21 16:28:27 +0000 |
commit | 307d89b60b26dda2a130d25c1dc2870eba961b0c (patch) | |
tree | fa3ff2a46b15d45fe256183761518cf8ae81e3ff /source3/include/includes.h | |
parent | 4a5a88f8c908ebf61cced616b0539ff8c97b30b1 (diff) | |
download | samba-307d89b60b26dda2a130d25c1dc2870eba961b0c.tar.gz samba-307d89b60b26dda2a130d25c1dc2870eba961b0c.tar.bz2 samba-307d89b60b26dda2a130d25c1dc2870eba961b0c.zip |
Recognize FreeBSD5 correctly (not as being sysv...)
(This used to be commit 66ef6b942e00dc0d7742226f24861445d3bc0eb3)
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r-- | source3/include/includes.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 56b8357831..01b9f14979 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -823,11 +823,6 @@ struct printjob; #define QSORT_CAST (int (*)(const void *, const void *)) #endif -/* this guess needs to be improved (tridge) */ -#if (defined(STAT_STATVFS) || defined(STAT_STATVFS64)) && !defined(SYSV) -#define SYSV 1 -#endif - #ifndef DEFAULT_PRINTING #ifdef HAVE_CUPS #define DEFAULT_PRINTING PRINT_CUPS |