llvm-toolchain/debian/debian_path.h
2013-12-02 17:04:04 +00:00

17 lines
463 B
C

//===----------------------------------------------------------------------===//
//
// Debian paths declaration management
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#ifndef DEBIAN_PATH_H
#define DEBIAN_PATH_H
// Provides the debian revision
#define DEB_PATCHSETVERSION "@DEB_PATCHSETVERSION@"
#endif