Sha256: e3f75ea6418bc71bdf112e6ef7503167ae6c8a48eee36fc13e5bb9a86745782d

Contents?: true

Size: 1.83 KB

Versions: 20

Compression:

Stored size: 1.83 KB

Contents

/*
 *  Phusion Passenger - https://www.phusionpassenger.com/
 *  Copyright (c) 2010-2015 Phusion
 *
 *  "Phusion Passenger" is a trademark of Hongli Lai & Ninh Bui.
 *
 *  Permission is hereby granted, free of charge, to any person obtaining a copy
 *  of this software and associated documentation files (the "Software"), to deal
 *  in the Software without restriction, including without limitation the rights
 *  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 *  copies of the Software, and to permit persons to whom the Software is
 *  furnished to do so, subject to the following conditions:
 *
 *  The above copyright notice and this permission notice shall be included in
 *  all copies or substantial portions of the Software.
 *
 *  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 *  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 *  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 *  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 *  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 *  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 *  THE SOFTWARE.
 */
#ifndef _PASSENGER_CONSTANTS_H_
#define _PASSENGER_CONSTANTS_H_

/* Constants.h is automatically generated from Constants.h.erb by the build system.
 * Most constants are derived from lib/phusion_passenger/constants.rb.
 *
 * To force regenerating this file:
 *   rm -f ext/common/Constants.h
 *   rake ext/common/Constants.h
 */

#define DEFAULT_BACKEND_ACCOUNT_RIGHTS Account::DETACH

<% for constant_name in PhusionPassenger::SharedConstants.constants.sort %>
	#define <%= constant_name %> <%=PhusionPassenger::SharedConstants.const_get(constant_name).inspect %>
<% end %>

#endif /* _PASSENGER_CONSTANTS_H */

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
passenger-5.0.18 ext/common/Constants.h.erb
passenger-5.0.17 ext/common/Constants.h.erb
passenger-5.0.16 ext/common/Constants.h.erb
passenger-5.0.15 ext/common/Constants.h.erb
passenger-5.0.14 ext/common/Constants.h.erb
passenger-5.0.13 ext/common/Constants.h.erb
passenger-5.0.11 ext/common/Constants.h.erb
passenger-5.0.10 ext/common/Constants.h.erb
passenger-5.0.9 ext/common/Constants.h.erb
passenger-5.0.8 ext/common/Constants.h.erb
passenger-5.0.7 ext/common/Constants.h.erb
passenger-5.0.6 ext/common/Constants.h.erb
passenger-5.0.5 ext/common/Constants.h.erb
passenger-5.0.4 ext/common/Constants.h.erb
passenger-5.0.3 ext/common/Constants.h.erb
passenger-5.0.2 ext/common/Constants.h.erb
passenger-5.0.1 ext/common/Constants.h.erb
passenger-5.0.0.rc2 ext/common/Constants.h.erb
passenger-5.0.0.rc1 ext/common/Constants.h.erb
passenger-5.0.0.beta3 ext/common/Constants.h.erb