making /proc easier to redefine

This commit is contained in:
Doug MacEachern 2005-10-07 16:18:50 +00:00
parent 4fe3373aa7
commit 7fe8f2a007
1 changed files with 6 additions and 0 deletions

View File

@ -20,7 +20,13 @@
#define sigar_isalpha(c) \
(isalpha(((unsigned char)(c))))
#ifndef PROC_FS_ROOT
#define PROC_FS_ROOT "/proc/"
#endif
#ifndef PROCP_FS_ROOT
#define PROCP_FS_ROOT "/proc/"
#endif
char *sigar_uitoa(char *buf, unsigned int n, int *len);