Subversion Repositories RepoView

Rev

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

Rev 27 Rev 37
Line 1... Line 1...
1
/*
1
/*
2
 * $Id: config.h.tmpl 27 2024-08-21 17:26:30Z nishi $
2
 * $Id: config.h.tmpl 37 2024-08-22 03:02:58Z 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 52... Line 52...
52
#define USE_GRAPHICSMAGICK
52
#define USE_GRAPHICSMAGICK
53
 
53
 
54
/* Use libpng or not. */
54
/* Use libpng or not. */
55
#define USE_LIBPNG
55
#define USE_LIBPNG
56
 
56
 
-
 
57
/* Use avatar or not. */
-
 
58
/* Required USE_LIBPNG to be defined. */
-
 
59
#define USE_AVATAR
-
 
60
 
57
/* My Page for the modern theme.*/
61
/* My Page for the modern theme.*/
58
/* Requires USE_GRAPHICSMAGICK and USE_LIBPNG to be defined. */
62
/* Requires USE_GRAPHICSMAGICK, USE_LIBPNG, USE_AVATAR to be defined. */
59
#define USE_MYPAGE
63
#define USE_MYPAGE
60
 
64
 
61
/* PATH, uses PATH from environment automatically if not defined. */
65
/* PATH, uses PATH from environment automatically if not defined. */
62
#undef USE_PATH
66
#undef USE_PATH
63
 
67