--- cccc.h.orig Sun Aug 10 09:52:24 1997 +++ cccc.h Sun Apr 18 11:47:39 1999 @@ -20,8 +20,13 @@ #else -#define SIGNAL_HEADER +#ifdef __FreeBSD__ +#define SIGNAL_HEADER +#define DEFAULT_LIBDIR "/usr/local/share/cccc" +#else #define DEFAULT_LIBDIR "/usr/local/lib/cccc" +#define SIGNAL_HEADER +#endif #endif