Subversion Repositories RepoView

Rev

Rev 18 | Rev 24 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 18 Rev 23
Line 1... Line 1...
1
/*
1
/*
2
 * $Id: config.h.tmpl 18 2024-08-21 15:44:08Z nishi $
2
 * $Id: config.h.tmpl 23 2024-08-21 16:58:31Z nishi $
3
 *
3
 *
4
 * This is the config.h template.
4
 * This is the config.h template.
5
 */
5
 */
6
 
6
 
7
#ifndef __CONFIG_H__
7
#ifndef __CONFIG_H__
Line 46... Line 46...
46
#undef USE_NDBM
46
#undef USE_NDBM
47
 
47
 
48
/* Authentication type. */
48
/* Authentication type. */
49
#define USE_COOKIE
49
#define USE_COOKIE
50
 
50
 
-
 
51
/* GraphicsMagick or ImageMagick. */
-
 
52
#define USE_IMAGEMAGICK
-
 
53
#undef USE_GRAPHICSMAGICK
-
 
54
 
51
/* PATH, uses PATH from environment automatically if not defined. */
55
/* PATH, uses PATH from environment automatically if not defined. */
52
#undef USE_PATH
56
#undef USE_PATH
53
 
57
 
54
/* SVN filesystem root. */
58
/* SVN filesystem root. */
55
#define SVN_ROOT 		"/www/svn"
59
#define SVN_ROOT 		"/www/svn"