#include "jam.h"#include "option.h"#include "patchlvl.h"#include <mcheck.h>#include "lists.h"#include "parse.h"#include "variable.h"#include "compile.h"#include "builtins.h"#include "rules.h"#include "newstr.h"#include "scan.h"#include "tmstamp.h"#include "make.h"Defines | |
| #define | use_environ environ |
| #define | MAX_PATH 4096 |
Functions | |
| static void | usage () |
| int | main (int argc, char **argv, char **arg_environ) |
Variables | |
| globs | globs |
| static const char * | othersyms [] = { OSMAJOR, OSMINOR, OSPLAT, JAMVERSYM, 0 } |
| char ** | environ |
| #define MAX_PATH 4096 |
| #define use_environ environ |
| int main | ( | int | argc, | |
| char ** | argv, | |||
| char ** | arg_environ | |||
| ) |
| static void usage | ( | ) | [static] |
| char** environ |
const char* othersyms[] = { OSMAJOR, OSMINOR, OSPLAT, JAMVERSYM, 0 } [static] |
1.4.7