mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
d8df56cea7
PR: 4026 Submitted by: Joel Sutton <sutton@aardvark.apana.org.au>
20 lines
487 B
Plaintext
20 lines
487 B
Plaintext
*** config.h.orig Sun Apr 13 13:48:41 1997
|
|
--- config.h Sun Apr 13 13:48:54 1997
|
|
***************
|
|
*** 1,7 ****
|
|
#ifndef _config_H_
|
|
#define _config_H_
|
|
|
|
! #define SCOREDIR "/usr/local/lib"
|
|
#define SCOREFNAME "yahtzee.sco" /* must allow .L extension */
|
|
|
|
#define NUM_TOP_PLAYERS 10
|
|
--- 1,7 ----
|
|
#ifndef _config_H_
|
|
#define _config_H_
|
|
|
|
! #define SCOREDIR "/usr/local/lib/yahtzee"
|
|
#define SCOREFNAME "yahtzee.sco" /* must allow .L extension */
|
|
|
|
#define NUM_TOP_PLAYERS 10
|