mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
22 lines
725 B
Plaintext
22 lines
725 B
Plaintext
--- 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
|