7 lines
255 B
C
7 lines
255 B
C
|
/* include/carve/config.h. Generated from config.h.in by configure. */
|
||
|
#pragma once
|
||
|
|
||
|
/* Define if using boost collections. Preferred, because the visual C++ unordered collections are slow and memory hungry. */
|
||
|
#define HAVE_BOOST_UNORDERED_COLLECTIONS
|
||
|
|