|
Lines 54-59
Link Here
|
| 54 |
#define DEFAULT_VERBOSITY 3 |
54 |
#define DEFAULT_VERBOSITY 3 |
| 55 |
|
55 |
|
| 56 |
#define MAX_STRING_LEN 255 |
56 |
#define MAX_STRING_LEN 255 |
| 57 |
#define MAX_PATH_LEN 512 |
57 |
|
|
|
58 |
#ifdef HAVE_LIMITS_H |
| 59 |
# include <limits.h> |
| 60 |
# define MAX_PATH_LEN PATH_MAX |
| 61 |
#else |
| 62 |
# define MAX_PATH_LEN 512 |
| 63 |
#endif |
| 58 |
|
64 |
|
| 59 |
#endif /* __CPUFREQD_H__ */ |
65 |
#endif /* __CPUFREQD_H__ */ |