Removing unneeded _BSD_SOURCE

Bug #202510
This commit is contained in:
seawood%netscape.com 2003-04-19 02:12:08 +00:00
parent 70bd34f249
commit 99d2aa2329

View File

@ -35,11 +35,6 @@
*
* ***** END LICENSE BLOCK ***** */
// file truncation support
#if defined(__linux)
#define _BSD_SOURCE 1
#endif
#if defined(XP_UNIX) || defined(XP_BEOS)
#include <unistd.h>
#elif defined(XP_MAC)