view src/config.h.in @ 891:a65390dffc5a

conndef.cc: add new offsets method to the C++ condeff class. * src/conndef.cc: add new method to calculate offsets for a connectivity array, in an array of specific size. * src/conndef.h: add new meethod to header file.
author Carnë Draug <carandraug@octave.org>
date Wed, 01 Oct 2014 04:34:07 +0100
parents 1dfa777590ac
children
line wrap: on
line source

/* config.h.in. Generated by hand.  */

/* Need to undef some Octave things */
#include "undef_unordered_map.h"

/* Define to 1 if you have the <tr1/unordered_map> header file. */
#undef HAVE_TR1_UNORDERED_MAP

/* Define to 1 if you have the <unordered_map> header file. */
#undef HAVE_UNORDERED_MAP

/* Define to 1 if unordered_map requires the use of tr1 namespace. */
#undef USE_UNORDERED_MAP_WITH_TR1