00001 /* Part of the culibs project, <http://www.eideticdew.org/culibs/>. 00002 * Copyright (C) 2009 Petter Urkedal <urkedal@nbi.dk> 00003 * 00004 * This program is free software: you can redistribute it and/or modify 00005 * it under the terms of the GNU General Public License as published by 00006 * the Free Software Foundation, either version 3 of the License, or 00007 * (at your option) any later version. 00008 * 00009 * This program is distributed in the hope that it will be useful, 00010 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00011 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00012 * GNU General Public License for more details. 00013 * 00014 * You should have received a copy of the GNU General Public License 00015 * along with this program. If not, see <http://www.gnu.org/licenses/>. 00016 */ 00017 00018 #if CU_COMPAT < 20091122 && !defined(cufo_prispec_s) 00019 # define cufo_convinfo_s cufo_convinfo 00020 # define cufo_prispec_s cufo_prispec 00021 # define cufo_stream_s cufo_stream 00022 # define cufo_tag_s cufo_tag 00023 # define cufo_namespace_s cufo_namespace 00024 # define cufo_attr_s cufo_attr 00025 # define cufo_attrbind_s cufo_attrbind 00026 # define cufo_termface_s cufo_termface 00027 # define cufo_termstyle_s cufo_termstyle 00028 # define cufo_textsink_s cufo_textsink 00029 # define cufo_textstyle_s cufo_textstyle 00030 # define cufo_textstyler_s cufo_textstyler 00031 #endif