aboutsummaryrefslogtreecommitdiff
path: root/astro/xtide/files/patch-aa
blob: 9cc52a2a2a5ac9f51d090d6d549f272097f9969c (plain) (blame)
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
*** config.h.orig	Thu Aug 28 19:28:16 1997
--- config.h	Sat Aug 30 23:08:31 1997
***************
*** 8,25 ****
  #ifdef OS2
  #define hfile "harmonic"
  #else
! #define hfile "harmonics"
  #endif
  
  /* Default location to show tides for */
  /* This is overridden by the LOCATION environment variable or by the
     -location switch. */
! #define deflocation "Baltimore (Fort McHenry)"
  
  /* System default config file, read only if neither ~/.[x]tiderc nor
     -config is present.  sysconfig is for tide, xsysconfig is for xtide. */
! #define sysconfig "/usr/lib/tiderc"
! #define xsysconfig "/usr/lib/xtiderc"
  
  /* This gives the location of the compiled java classes tide.class and
     xtide.class.  You should change it to point to your local copies if
--- 8,25 ----
  #ifdef OS2
  #define hfile "harmonic"
  #else
! #define hfile "/usr/X11R6/lib/xtide/harmonics"
  #endif
  
  /* Default location to show tides for */
  /* This is overridden by the LOCATION environment variable or by the
     -location switch. */
! #define deflocation "San Francisco, California"
  
  /* System default config file, read only if neither ~/.[x]tiderc nor
     -config is present.  sysconfig is for tide, xsysconfig is for xtide. */
! #define sysconfig "/usr/X11R6/lib/xtide/tiderc"
! #define xsysconfig "/usr/X11R6/lib/xtide/xtiderc"
  
  /* This gives the location of the compiled java classes tide.class and
     xtide.class.  You should change it to point to your local copies if