diff 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
line wrap: on
line diff
--- a/libinterp/octave.cc	Sun Feb 07 14:06:43 2016 -0500
+++ b/libinterp/octave.cc	Sun Feb 07 14:56:17 2016 -0500
@@ -47,6 +47,7 @@
 #include "oct-env.h"
 #include "str-vec.h"
 
+#include "build-env.h"
 #include "builtins.h"
 #include "defaults.h"
 #include "Cell.h"
@@ -60,7 +61,6 @@
 #include "load-path.h"
 #include "load-save.h"
 #include "octave.h"
-#include "oct-conf.h"
 #include "oct-hist.h"
 #include "oct-map.h"
 #include "oct-mutex.h"