summaryrefslogtreecommitdiff
path: root/www/analog/patches/patch-ab
blob: 1dadca9fdda816585dbd84c40e99a53512f6b1f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
$NetBSD: patch-ab,v 1.2 1999/05/09 16:41:15 tron Exp $

*** analhead.h.orig	Thu Apr  9 14:59:28 1998
--- analhead.h	Fri Apr 10 01:34:18 1998
***************
*** 5,10 ****
--- 5,13 ----
  
  #ifndef ANALHEAD
  #define ANALHEAD
+ #ifndef PREFIX
+ #define PREFIX "/usr/local"
+ #endif
  
  /*** The first few options -- up to LOGO -- are ones that you may want to
       change before compiling the program for the first time. However, all of
***************
*** 18,25 ****
  /* the URL of your host's home page, for linking to at the top of the
     output; use "none" for no linking. */
  
! #define HTTPDIR "/usr/local/etc/httpd/"
! #define ANALOGDIR HTTPDIR"analog/"
  /* The directories where your HTTP stuff lives and where your analog stuff
     lives. You don't really need these; they are just used in this file to
     build up other filenames. Note how you can stick together names by
--- 21,27 ----
  /* the URL of your host's home page, for linking to at the top of the
     output; use "none" for no linking. */
  
! #define ANALOGDIR PREFIX"/lib/analog/"
  /* The directories where your HTTP stuff lives and where your analog stuff
     lives. You don't really need these; they are just used in this file to
     build up other filenames. Note how you can stick together names by
***************
*** 29,39 ****
  #define DOMAINSFILE ANALOGDIR"domains.tab"
  /* the file where the domain definitions live; see docs/domfile.html */
  
! #define LOGFILE HTTPDIR"logs/access_log"
  /* The name of the default logfile. Can be a list, separated by commas
     (but no spaces), and can include wild cards. */
  
! #define IMAGEDIR "images/"
  /* URL of the directory where the images for the graphical reports live.
     The URL can be absolute, or relative to the output page: e.g., just the
     empty string "" for the same directory as the output page. */
--- 31,41 ----
  #define DOMAINSFILE ANALOGDIR"domains.tab"
  /* the file where the domain definitions live; see docs/domfile.html */
  
! #define LOGFILE "/var/log/httpd-access.log"
  /* The name of the default logfile. Can be a list, separated by commas
     (but no spaces), and can include wild cards. */
  
! #define IMAGEDIR "/images/"
  /* URL of the directory where the images for the graphical reports live.
     The URL can be absolute, or relative to the output page: e.g., just the
     empty string "" for the same directory as the output page. */
***************
*** 41,47 ****
  #define LANGDIR ANALOGDIR"lang/"
  /* Directory where the language files live. */
  
! #define DEFAULTCONFIGFILE ANALOGDIR"analog.cfg"
  /* the name of the default configuration file; see README.html for a
     description of this file. Use "none" for no configuration file. */
  
--- 43,49 ----
  #define LANGDIR ANALOGDIR"lang/"
  /* Directory where the language files live. */
  
! #define DEFAULTCONFIGFILE PREFIX"/etc/analog.cfg"
  /* the name of the default configuration file; see README.html for a
     description of this file. Use "none" for no configuration file. */