From aab231295dfe36b6e4dce0d318e9ae710fd17512 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Mon, 2 Apr 2007 11:26:27 +0000 Subject: Added #ifdef to allow compatibility with the old -macro option. This option is restricted to dgamelaunch because it has security issues if used with the traditional multiuser setuid/setgid install. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1187 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/AppHdr.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'crawl-ref/source/AppHdr.h') diff --git a/crawl-ref/source/AppHdr.h b/crawl-ref/source/AppHdr.h index 3de9c17a70..8bad5c10e4 100644 --- a/crawl-ref/source/AppHdr.h +++ b/crawl-ref/source/AppHdr.h @@ -227,6 +227,10 @@ // Uses -macro.txt as the macro file if uncommented. // #define DGL_NAMED_MACRO_FILE + + // Uses Options.macro_dir as the full path to the macro file. Mutually + // exclusive with DGL_NAMED_MACRO_FILE. + #define DGL_MACRO_ABSOLUTE_PATH #endif // ========================================================================= -- cgit v1.2.3-54-g00ecf