Tanl Linguistic Pipeline |
00001 /* src/config.h. Generated from config.h.in by configure. */ 00002 /* 00003 ** DeSR 00004 ** src/config.h 00005 ** ---------------------------------------------------------------------- 00006 ** Copyright (c) 2005 Giuseppe Attardi (attardi@di.unipi.it). 00007 ** ---------------------------------------------------------------------- 00008 ** 00009 ** This file is part of DeSR. 00010 ** 00011 ** DeSR is free software; you can redistribute it and/or modify it 00012 ** under the terms of the GNU General Public License, version 3, 00013 ** as published by the Free Software Foundation. 00014 ** 00015 ** DeSR is distributed in the hope that it will be useful, 00016 ** but WITHOUT ANY WARRANTY; without even the implied warranty of 00017 ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00018 ** GNU General Public License for more details. 00019 ** 00020 ** You should have received a copy of the GNU General Public License 00021 ** along with this program. If not, see <http://www.gnu.org/licenses/>. 00022 ** ---------------------------------------------------------------------- 00023 */ 00024 00025 #ifndef DeSR_config_H 00026 #define DeSR_config_H 00027 00028 // Define if your compiler has std::unordered_map 00029 /* #undef HAVE_STD_UNORDERED_MAP */ 00030 00031 // Define if your compiler has std::unordered_set 00032 /* #undef HAVE_STD_UNORDERED_SET */ 00033 00034 // Define if your compiler has std::tr1::unordered_map 00035 #define HAVE_TR1_UNORDERED_MAP 00036 00037 // Define if your compiler has std::tr1::unordered_set 00038 #define HAVE_TR1_UNORDERED_SET 00039 00040 // Define if you have hash_map and hash_set includes in ext/ directory. 00041 #define HAVE_EXT_HASH_MAP_SET 1 00042 00043 #define HAVE_PYTHON 00044 00045 #endif // DeSR_config_H