1 /*
2  * Mp3Wrap -- Utility for mp3 wrapping
3  *
4  * Copyright (c) 2002 M. Trotta - <matteo.trotta@lib.unimib.it>
5  *
6  * http://mp3wrap.sourceforge.net
7  *
8  * This library is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU Library General Public
10  * License as published by the Free Software Foundation; either
11  * version 2 of the License, or (at your option) any later version.
12  *
13  * This library is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16  * Library General Public License for more details.
17  *
18  * You should have received a copy of the GNU Library General Public
19  * License along with this library; if not, write to the
20  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21  * Boston, MA 02111-1307, USA.
22  *
23  * Tested on: Linux 2.4.18 #4 Fri May 31 01:25:31 PDT 2002 i686
24  */
25 
26 #define NAME "Mp3Wrap"
27 #define VERSION "0.5"
28 #define DATE "(2003/Jan/16)"
29 #define AUTHOR "Matteo Trotta"
30 #define EMAIL "<matteo.trotta@lib.unimib.it>"
31 
32 #define CONFFILE ".mp3wrap"
33 #define EXT "_MP3WRAP.mp3"
34 #define TEMPFILE "temp_MP3WRAP.mp3"
35 #define MAXNUMFILE 255
36 
37