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:
parent
ee375b123e
commit
e15a6246cb
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user