Subversion Repositories RepoView

Rev

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

Rev 24 Rev 27
Line 1... Line 1...
1
/*
1
/*
2
 * $Id: config.h.tmpl 24 2024-08-21 17:10:49Z nishi $
2
 * $Id: config.h.tmpl 27 2024-08-21 17:26:30Z 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 49... Line 49...
49
#define USE_COOKIE
49
#define USE_COOKIE
50
 
50
 
51
/* Use GraphicsMagick or not. */
51
/* Use GraphicsMagick or not. */
52
#define USE_GRAPHICSMAGICK
52
#define USE_GRAPHICSMAGICK
53
 
53
 
-
 
54
/* Use libpng or not. */
-
 
55
#define USE_LIBPNG
-
 
56
 
-
 
57
/* My Page for the modern theme.*/
-
 
58
/* Requires USE_GRAPHICSMAGICK and USE_LIBPNG to be defined. */
-
 
59
#define USE_MYPAGE
-
 
60
 
54
/* PATH, uses PATH from environment automatically if not defined. */
61
/* PATH, uses PATH from environment automatically if not defined. */
55
#undef USE_PATH
62
#undef USE_PATH
56
 
63
 
57
/* SVN filesystem root. */
64
/* SVN filesystem root. */
58
#define SVN_ROOT 		"/www/svn"
65
#define SVN_ROOT 		"/www/svn"