Document platform_define in sample config

This commit is contained in:
Tuncer Ayaz 2010-06-12 13:38:59 +02:00
parent 6ea5a548e1
commit 952b838d72

View file

@ -16,7 +16,10 @@
{erl_first_files, ["mymib1", "mymib2"]}.
%% Erlang compiler options
{erl_opts, [{i, "myinclude"}, {src_dirs, ["src1", "src2"]}]}.
{erl_opts, [{i, "myinclude"}, {src_dirs, ["src1", "src2"]},
{platform_define,
"(linux|solaris|freebsd|darwin)", 'HAVE_SENDFILE'},
{platform_define, "(linux|freebsd)", 'BACKLOG', 128}]}.
%% MIB Options?
{mib_opts, []}.