~ubuntu-branches/ubuntu/precise/libxfont/precise-updates

« back to all changes in this revision

Viewing changes to src/fc/fslibos.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Stone
  • Date: 2005-12-21 15:44:59 UTC
  • mto: (1.1.9 upstream) (10.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20051221154459-11co3ejq50scyf3o
Tags: upstream-1.0.0
ImportĀ upstreamĀ versionĀ 1.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
#endif
66
66
#ifndef OPEN_MAX
67
67
#if defined(SVR4) || defined(__UNIXOS2__)
68
 
#ifdef SCO325
69
 
#define OPEN_MAX sysconf(_SC_OPEN_MAX)
70
 
#else
71
68
#define OPEN_MAX 256
72
 
#endif
73
69
#else
74
70
#include <sys/param.h>
75
71
#ifndef OPEN_MAX