aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-12-07 13:05:07 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-12-07 13:05:07 +0000
commitfdc01e64a149413b89335e9bd8a5e94c8deec8da (patch)
treed23502beb68d2c76d3926f71b08d4bfe9e500cd4 /NEWS
parent1d6928b2d8f9aa0844e26d56d04e84f36e1dac9d (diff)
downloadmailfromd-fdc01e64a149413b89335e9bd8a5e94c8deec8da.tar.gz
mailfromd-fdc01e64a149413b89335e9bd8a5e94c8deec8da.tar.bz2
Update
git-svn-id: file:///svnroot/mailfromd/trunk@1100 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS20
1 files changed, 12 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index 30de7502..3bd80689 100644
--- a/NEWS
+++ b/NEWS
@@ -47,14 +47,18 @@ Usual C notation (0xNNN for hex and 0NNN for octal) is accepted.
** Search path for include files
The `#include' statement handles its argument the same way C
-preprocessor does: if the argument is enclosed in angle brackets (<>),
-it is searched in "the system include file directory" (currently - the
-current working directory). If it is enclosed in double quotes, it is
-searched in the include search path first and then in the current
-working directory.
-
-The directories are added to the include search path using -I
-(--include) command line option.
+preprocessor does: the argument is searched in the include file path,
+if enclosed in angle brackets (<>), and in the current working
+directory first and then in the include file path, if it is enclosed
+in double quotes. The default include file path is
+
+/usr/share/mailfromd/include:/usr/local/share/mailfromd/include
+
+plus $prefix/share/mailfromd/include if $prefix is not `/usr' or
+`/usr/local'.
+
+The command line option -I (--include) adds the named directory in
+front of the default include path.
** Code optimization

Return to:

Send suggestions and report system problems to the System administrator.