blob: 44363089165c97aa6fdb81b783f0138b0f90e92b [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001
2 *****************************************************************
3 * ACHTUNG: WIRD VOM DRIVER NICHT MEHR GERUFEN! NICHT VERWENDEN! *
4 *****************************************************************
5
6SYNOPSIS
7 string *define_include_dirs(void)
8
9DESCRIPTION
10 Return an array of string patterns giving the absolut paths
11 where to search an include file. The patterns have to have a
12 %s at the place where the name given in the #include statement
13 has to be inserted.
14
15EXAMPLE
16 define_include_dirs() { return ({ "sys/%s", "lib/%s" }); }
17
18HISTORY
19 Dropped in 3.2.1, replaced by H_INCLUDE_DIRS hook.
20
21SEE ALSO
22 master(M)
23
2429.10.2006 Zesstra