00001 /* 00002 This file is part of FreeSDP 00003 Copyright (C) 2001,2002,2003,2004 Federico Montesino Pouzols <fedemp@suidzer0.org> 00004 00005 FreeSDP is free software; you can redistribute it and/or modify it 00006 under the terms of the GNU General Public License as published by 00007 the Free Software Foundation; either version 2 of the License, or 00008 (at your option) any later version. 00009 00010 FreeSDP is distributed in the hope that it will be useful, 00011 but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00013 GNU General Public License for more details. 00014 00015 You should have received a copy of the GNU General Public License 00016 along with this program; if not, write to the Free Software 00017 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00018 */ 00019 00026 #ifndef FSDP_FORMATTERPRIV_H 00027 #define FSDP_FORMATTERPRIV_H 00028 00029 #include "priv.h" 00030 #include <freesdp/formatter.h> 00031 00032 #define EMAILS_MAX_COUNT 3 00033 #define PHONES_MAX_COUNT 3 00034 #define BW_MODIFIERS_MAX_COUNT 4 00035 #define TIME_PERIODS_MAX_COUNT 3 00036 #define REPEATS_MAX_COUNT 3 00037 #define MEDIA_ANNOUNCEMENTS_MAX_COUNT 5 00038 #define MEDIA_FORMATS_MAX_COUNT 5 00039 00040 #endif /* FSDP_FORMATTERPRIV_H */