#include <string>
#include <map>
#include <iostream>
#include <algorithm>
#include <cstdlib>
#include "shared-fcns.h"
Go to the source code of this file.
Macros | |
#define | OCTAVE_EXEC_PREFIX "/usr/local" |
#define | OCTAVE_PREFIX "/usr/local" |
#define | OCTAVE_UNUSED |
Functions | |
int | main (int argc, char **argv) |
#define OCTAVE_EXEC_PREFIX "/usr/local" |
Definition at line 49 of file octave-config.cc.
#define OCTAVE_PREFIX "/usr/local" |
Definition at line 45 of file octave-config.cc.
#define OCTAVE_UNUSED |
Definition at line 53 of file octave-config.cc.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 168 of file octave-config.cc.