diff options
author | Jeremy Allison <jra@samba.org> | 2002-04-11 00:42:38 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2002-04-11 00:42:38 +0000 |
commit | 977b8670106440832ad2b7c48b7a4674bdba9bfb (patch) | |
tree | 829792a16cae942849d768d5a72ff83f9b88d49b /source3/include/config.h.in | |
parent | 8c1f1034fab5b6971243ab9a549597dcb86362ee (diff) | |
download | samba-977b8670106440832ad2b7c48b7a4674bdba9bfb.tar.gz samba-977b8670106440832ad2b7c48b7a4674bdba9bfb.tar.bz2 samba-977b8670106440832ad2b7c48b7a4674bdba9bfb.zip |
Removed duplicate _LARGEFILE64_SOURCE added in error.
Jeremy.
(This used to be commit 678f4f455e7ed0a6fafa3ad30ddadd1917e741ef)
Diffstat (limited to 'source3/include/config.h.in')
-rw-r--r-- | source3/include/config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 5f87f5ab79..c46ac2721b 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -274,9 +274,6 @@ #ifndef _LARGE_FILES #undef _LARGE_FILES #endif -#ifndef _LARGEFILE64_SOURCE -#undef _LARGEFILE64_SOURCE -#endif #ifndef _FILE_OFFSET_BITS #undef _FILE_OFFSET_BITS #endif |