]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - dm/pathnames.h
no longer need -Wno-error=implicit-fallthrough. don't provide common symbols that...
[bsdgames-darwin.git] / dm / pathnames.h
index 44d36b13bb6e4eabf3b530db01b0a7758a9a8cfa..3c768c36e7ee48170dab23c0efa2f956fea77425 100644 (file)
@@ -1,6 +1,8 @@
+/*     $NetBSD: pathnames.h,v 1.4 2003/08/07 09:37:12 agc Exp $        */
+
 /*
- * Copyright (c) 1989 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1989, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *     This product includes software developed by the University of
- *     California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- *     @(#)pathnames.h 5.3 (Berkeley) 6/26/90
+ *     @(#)pathnames.h 8.1 (Berkeley) 5/31/93
  */
 
-#define        _PATH_CONFIG    "/etc/dm.conf"
-#define        _PATH_HIDE      "/usr/games/hide/"
-#define        _PATH_LOG       "/var/log/games.log"
-#define        _PATH_NOGAMES   "/etc/nogames"
+#include "config.h"
+
+#define        _PATH_CONFIG    SYSCONFDIR"/dm.conf"
+#define        _PATH_HIDE      PREFIX"/games/hide/"
+#define        _PATH_LOG       LOCALSTATEDIR"/log/games.log"
+#define        _PATH_NOGAMES   SYSCONFDIR"/nogames"