~ubuntu-branches/ubuntu/lucid/vsftpd/lucid-201001052349

« back to all changes in this revision

Viewing changes to port/solaris_bogons.h

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2005-03-23 15:52:34 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050323155234-00xobn5vcl0nwozg
Tags: 2.0.1-1ubuntu1
pretty init scriptage

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
/* This bogon prevents _XPG4_2 breaking the include of signal.h! */
8
8
#define __EXTENSIONS__
9
9
 
 
10
/* Safe to always enable 64-bit file support. */
 
11
#define _FILE_OFFSET_BITS 64
 
12
#define _LARGEFILE_SOURCE 1
 
13
#define _LARGEFILE64_SOURCE 1
 
14
 
10
15
/* Need dirfd() */
11
16
#include "dirfd_extras.h"
12
17