Blame pynslcd/constants.py.in

Packit 6bd9ab
Packit 6bd9ab
# constants.py - configured information and constants, this file is processed
Packit 6bd9ab
#                and extended by the configure script
Packit 6bd9ab
#
Packit 6bd9ab
# Copyright (C) 2012-2015 Arthur de Jong
Packit 6bd9ab
#
Packit 6bd9ab
# This library is free software; you can redistribute it and/or
Packit 6bd9ab
# modify it under the terms of the GNU Lesser General Public
Packit 6bd9ab
# License as published by the Free Software Foundation; either
Packit 6bd9ab
# version 2.1 of the License, or (at your option) any later version.
Packit 6bd9ab
#
Packit 6bd9ab
# This library is distributed in the hope that it will be useful,
Packit 6bd9ab
# but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 6bd9ab
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit 6bd9ab
# Lesser General Public License for more details.
Packit 6bd9ab
#
Packit 6bd9ab
# You should have received a copy of the GNU Lesser General Public
Packit 6bd9ab
# License along with this library; if not, write to the Free Software
Packit 6bd9ab
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
Packit 6bd9ab
# 02110-1301 USA
Packit 6bd9ab
Packit 6bd9ab
Packit 6bd9ab
# Name of package
Packit 6bd9ab
PACKAGE = '''@PACKAGE@'''
Packit 6bd9ab
Packit 6bd9ab
# Define to the address where bug reports for this package should be sent.
Packit 6bd9ab
PACKAGE_BUGREPORT = '''@PACKAGE_BUGREPORT@'''
Packit 6bd9ab
Packit 6bd9ab
# Define to the full name of this package.
Packit 6bd9ab
PACKAGE_NAME = '''@PACKAGE_NAME@'''
Packit 6bd9ab
Packit 6bd9ab
# Define to the full name and version of this package.
Packit 6bd9ab
PACKAGE_STRING = '''@PACKAGE_STRING@'''
Packit 6bd9ab
Packit 6bd9ab
# Define to the home page for this package.
Packit 6bd9ab
PACKAGE_URL = '''@PACKAGE_URL@'''
Packit 6bd9ab
Packit 6bd9ab
# Version number of package
Packit 6bd9ab
VERSION = '''@VERSION@'''
Packit 6bd9ab
Packit 6bd9ab
# Path to nslcd configuration file.
Packit 6bd9ab
NSLCD_CONF_PATH = '''@NSLCD_CONF_PATH@'''
Packit 6bd9ab
Packit 6bd9ab
# The location of the pidfile used for checking availability of the nslcd.
Packit 6bd9ab
NSLCD_PIDFILE = '''@NSLCD_PIDFILE@'''
Packit 6bd9ab
Packit 6bd9ab
# The location of the socket used for communicating.
Packit 6bd9ab
NSLCD_SOCKET = '''@NSLCD_SOCKET@'''
Packit 6bd9ab
Packit 6bd9ab
# The SONAME of the NSS library module.
Packit 6bd9ab
NSS_LDAP_SONAME = '''@NSS_LDAP_SONAME@'''
Packit 6bd9ab
Packit 6bd9ab
# The name of the NSS and PAM modules.
Packit 6bd9ab
MODULE_NAME = '''@MODULE_NAME@'''