Rev 3346 | Rev 3373 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3346 | Rev 3371 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | #ifndef BUILTINS_H |
1 | #ifndef BUILTINS_H |
| 2 | #define BUILTINS_H |
2 | #define BUILTINS_H |
| 3 | 3 | ||
| 4 | #include "config.h" |
4 | #include "config.h" |
| 5 | 5 | ||
| 6 | #include "pwd/entry.h" |
- | |
| 7 | #include "cd/entry.h" |
6 | #include "cd/entry.h" |
| 8 | 7 | ||
| 9 | builtin_t builtins[] = { |
8 | builtin_t builtins[] = { |
| 10 | #include "pwd/pwd.def" |
- | |
| 11 | #include "cd/cd.def" |
9 | #include "cd/cd.def" |
| 12 | {NULL, NULL, NULL, NULL} |
10 | {NULL, NULL, NULL, NULL} |
| 13 | }; |
11 | }; |
| 14 | 12 | ||
| 15 | #endif |
13 | #endif |