MiniDLNA update: 1.0.19.1 to 1.0.20
[tomato.git] / release / src / router / minidlna / config.h
blob557088aa3d68cde65d80af1140fd6379e857c52d
1 /* MiniDLNA Project
2 * http://sourceforge.net/projects/minidlna/
3 * (c) 2008-2011 Justin Maggard
4 * generated by ./genconfig.sh on Tue Mar 9 00:17:15 EST 2010 */
5 #ifndef __CONFIG_H__
6 #define __CONFIG_H__
8 #define OS_NAME "Media Server"
9 #define OS_VERSION "Tomato"
10 #define OS_URL "http://tomatousb.org/"
12 /* full path of the file database */
13 #define DEFAULT_DB_PATH "/tmp/minidlna"
15 /* full path of the log directory */
16 #define DEFAULT_LOG_PATH "/var/log"
18 /* Comment the following line to use home made daemonize() func instead
19 * of BSD daemon() */
20 #define USE_DAEMON
22 /* Enable if the system inotify.h exists. Otherwise our own inotify.h will be used. */
23 #ifdef LINUX26
24 #define HAVE_INOTIFY_H
25 #endif
27 /* Enable if the system iconv.h exists. ID3 tag reading in various character sets will not work properly otherwise. */
28 /*#define HAVE_ICONV_H*/
30 /* Enable if the system libintl.h exists for NLS support. */
31 /*#define ENABLE_NLS*/
33 /* Enable NETGEAR-specific tweaks. */
34 /*#define NETGEAR*/
35 /* Enable ReadyNAS-specific tweaks. */
36 /*#define READYNAS*/
37 /* Compile in TiVo support. */
38 #define TIVO_SUPPORT
39 /* Enable PnPX support. */
40 #define PNPX 0
42 #endif