1/* MiniDLNA Project
2 * http://sourceforge.net/projects/minidlna/
3 * (c) 2008-2009 Justin Maggard
4 * generated by ./genconfig.sh on Thu Apr 15 19:36:48 CST 2010 */
5#ifndef __CONFIG_H__
6#define __CONFIG_H__
7
8#define OS_NAME		"Linux"
9#define OS_VERSION	"Linux 2.6"
10#define OS_URL		"http://www.netgear.com/"
11
12/* full path of the file database */
13#define DEFAULT_DB_PATH	"/tmp/db"
14
15/* Comment the following line to use home made daemonize() func instead
16 * of BSD daemon() */
17#define USE_DAEMON
18
19/* Enable if the system inotify.h exists.  Otherwise our own inotify.h will be used. */
20#define HAVE_INOTIFY_H
21
22/* Enable if the system iconv.h exists.  ID3 tag reading in various character sets will not work properly otherwise. */
23//#define HAVE_ICONV_H
24
25/* Enable NETGEAR-specific tweaks. */
26/*#define NETGEAR*/
27/* Enable ReadyNAS-specific tweaks. */
28/*#define READYNAS*/
29/* Compile in TiVo support. */
30/*#define TIVO_SUPPORT*/
31
32#endif
33