blob: 53128ced7b366578c369daa5a9e4b9ce9bbb9d48 [file] [log] [blame]
%%% Copyright (c) 2007- Facebook
%%% Distributed under the Thrift Software License
%%%
%%% See accompanying file LICENSE or visit the Thrift site at:
%%% http://developers.facebook.com/thrift/
-define(APPLICATION, thrift).
-define(CONFIG_FILE, filename:join(code:priv_dir(?APPLICATION),
atom_to_list(?APPLICATION) ++ ".conf")).
-define(ERROR(F, D),
error_logger:format(F, D)).
-define(INFO(Type, Report),
error_logger:info_report({thrift_info, Type}, Report)).
-include("thrift_macros.hrl").
-include("thrift_constants.hrl").