there is no header file on unix that actually includes this path. wierd.

git-svn-id: svn://10.0.0.236/trunk@24566 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
alecf%netscape.com 1999-03-20 02:34:31 +00:00
parent ee375b123e
commit e15a6246cb
2 changed files with 10 additions and 0 deletions

View File

@ -28,6 +28,11 @@
#include <limits.h>
#include "nsError.h"
// this is inside stdlib.h, but inside wierd #ifdef's...
#if defined (LINUX)
extern "C" char *realpath(char *path, char resolved_path[]);
#endif
#if defined(IRIX) || defined(OSF1) || defined(SOLARIS) || defined(UNIXWARE) || defined(SNI) || defined(NCR) || defined(NEC) || defined(DGUX)
#include <sys/statvfs.h> /* for statvfs() */
#define STATFS statvfs

View File

@ -28,6 +28,11 @@
#include <limits.h>
#include "nsError.h"
// this is inside stdlib.h, but inside wierd #ifdef's...
#if defined (LINUX)
extern "C" char *realpath(char *path, char resolved_path[]);
#endif
#if defined(IRIX) || defined(OSF1) || defined(SOLARIS) || defined(UNIXWARE) || defined(SNI) || defined(NCR) || defined(NEC) || defined(DGUX)
#include <sys/statvfs.h> /* for statvfs() */
#define STATFS statvfs