comparison libinterp/octave.cc @ 21220:d78e45987d6a

rename octave::build_env namespace from octave::config * build-env-features.sh: Rename from ocgt-conf-features.sh. Update for new names. * build-env.h: Rename from oct-conf.h. Also declare features function. * build-env.in.cc: Rename from oct-conf.in.cc. * oct-conf-features.h: Delete. * libinterp/module.mk: Update. * toplev.cc, __init_gnuplot__.cc, octave.cc: Update for new names.
author John W. Eaton <jwe@octave.org>
date Sun, 07 Feb 2016 14:56:17 -0500
parents fcac5dbbf9ed
children 40de9f8f23a6
comparison
equal deleted inserted replaced
21219:ddf0a5f3a967 21220:d78e45987d6a
45 #include "file-stat.h" 45 #include "file-stat.h"
46 #include "lo-error.h" 46 #include "lo-error.h"
47 #include "oct-env.h" 47 #include "oct-env.h"
48 #include "str-vec.h" 48 #include "str-vec.h"
49 49
50 #include "build-env.h"
50 #include "builtins.h" 51 #include "builtins.h"
51 #include "defaults.h" 52 #include "defaults.h"
52 #include "Cell.h" 53 #include "Cell.h"
53 #include "defun.h" 54 #include "defun.h"
54 #include "display.h" 55 #include "display.h"
58 #include "input.h" 59 #include "input.h"
59 #include "lex.h" 60 #include "lex.h"
60 #include "load-path.h" 61 #include "load-path.h"
61 #include "load-save.h" 62 #include "load-save.h"
62 #include "octave.h" 63 #include "octave.h"
63 #include "oct-conf.h"
64 #include "oct-hist.h" 64 #include "oct-hist.h"
65 #include "oct-map.h" 65 #include "oct-map.h"
66 #include "oct-mutex.h" 66 #include "oct-mutex.h"
67 #include "ovl.h" 67 #include "ovl.h"
68 #include "ops.h" 68 #include "ops.h"