diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1999-04-03 02:02:16 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1999-04-03 02:02:16 +0000 |
commit | 7b31014788a410a7159a07f249e6e8a89bbe2c38 (patch) | |
tree | 1055cc9e7331bf1313d8b41cde35675632966bd2 /misc/astrolog/files | |
parent | Activate the kdetelnet port. (diff) |
upgrade to 5.40
Notes
Notes:
svn path=/head/; revision=17605
Diffstat (limited to 'misc/astrolog/files')
-rw-r--r-- | misc/astrolog/files/patch-ab | 60 |
1 files changed, 21 insertions, 39 deletions
diff --git a/misc/astrolog/files/patch-ab b/misc/astrolog/files/patch-ab index 8da349f1e688..47aa54291c93 100644 --- a/misc/astrolog/files/patch-ab +++ b/misc/astrolog/files/patch-ab @@ -1,39 +1,21 @@ -*** astrolog.h.orig Sun Feb 2 23:06:03 1997 ---- astrolog.h Thu May 29 05:06:03 1997 -*************** -*** 82,92 **** - #define ENVIRON /* Comment out this #define if your system doesn't have */ - /* environment variables or can't compile calls to them. */ - -! #define ATOF /* Comment out this #define if you have a system in which */ - /* 'atof' and related functions aren't defined in stdio.h, */ - /* such as most PC's, Linux, VMS compilers, and NeXT's. */ - -! /*#define PROTO /* Comment out this #define if you have an older compiler */ - /* which doesn't allow full Ansi function prototypes. This */ - /* is for programmers only and has no effect on executable. */ - ---- 82,92 ---- - #define ENVIRON /* Comment out this #define if your system doesn't have */ - /* environment variables or can't compile calls to them. */ - -! /*#define ATOF /* Comment out this #define if you have a system in which */ - /* 'atof' and related functions aren't defined in stdio.h, */ - /* such as most PC's, Linux, VMS compilers, and NeXT's. */ - -! #define PROTO /* Comment out this #define if you have an older compiler */ - /* which doesn't allow full Ansi function prototypes. This */ - /* is for programmers only and has no effect on executable. */ - -*************** -*** 131,137 **** ---- 131,139 ---- - */ - - #ifndef PC -+ #ifndef DEFAULT_DIR - #define DEFAULT_DIR "~/astrolog" -+ #endif - #else - #define DEFAULT_DIR "C:\\ASTROLOG" - #endif +--- astrolog.h.orig Wed Dec 23 23:29:51 1998 ++++ astrolog.h Sat Apr 3 05:41:04 1999 +@@ -86,7 +86,7 @@ + /* 'atof' and related functions aren't defined in stdio.h, */ + /* such as most PC's, Linux, VMS compilers, and NeXT's. */ + +-/*#define PROTO /* Comment out this #define if you have an older compiler */ ++#define PROTO /* Comment out this #define if you have an older compiler */ + /* which doesn't allow full Ansi function prototypes. This */ + /* is for programmers only and has no effect on executable. */ + +@@ -131,7 +131,9 @@ + */ + + #ifndef PC ++#ifndef DEFAULT_DIR + #define DEFAULT_DIR "~/astrolog" ++#endif + #else + #define DEFAULT_DIR "C:\\ASTROLOG" + #endif |