|
|
| version 1.6, 2003/11/10 06:12:17 | version 1.7, 2003/11/22 19:30:57 |
|---|---|
| Line 271 struct tunable_int { | Line 271 struct tunable_int { |
| #define TUNABLE_INT_FETCH(path, var) getenv_int((path), (var)) | #define TUNABLE_INT_FETCH(path, var) getenv_int((path), (var)) |
| /* Backwards compatability with the old deprecated TUNABLE_INT_DECL API */ | /* Backwards compatibility with the old deprecated TUNABLE_INT_DECL API */ |
| #define TUNABLE_INT_DECL(path, defval, var) \ | #define TUNABLE_INT_DECL(path, defval, var) \ |
| static void __Tunable_ ## var (void *ignored) \ | static void __Tunable_ ## var (void *ignored) \ |
| { \ | { \ |