Subversion Repositories RepoView

Rev

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

Rev 23 Rev 24
Line 1... Line 1...
1
/*
1
/*
2
 * $Id: config.h.tmpl 23 2024-08-21 16:58:31Z nishi $
2
 * $Id: config.h.tmpl 24 2024-08-21 17:10:49Z 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. */
51
/* Use GraphicsMagick or not. */
52
#define USE_IMAGEMAGICK
-
 
53
#undef USE_GRAPHICSMAGICK
52
#define USE_GRAPHICSMAGICK
54
 
53
 
55
/* PATH, uses PATH from environment automatically if not defined. */
54
/* PATH, uses PATH from environment automatically if not defined. */
56
#undef USE_PATH
55
#undef USE_PATH
57
 
56
 
58
/* SVN filesystem root. */
57
/* SVN filesystem root. */