summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake17
1 files changed, 17 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
new file mode 100644
index 0000000..131df6e
--- /dev/null
+++ b/config.h.cmake
@@ -0,0 +1,17 @@
+/*
+ * CMake autogenerated config.h file.
+ * Make changes to config.h.cmake instead of this file.
+ */
+
+/***************************************************************************
+ * Copyright (C) 2010 by Robert G. Jakabosky <bobby@sharedrealm.com> *
+ * *
+ ***************************************************************************/
+
+#ifndef __LUA_GIT2_CONFIG_H__
+#define __LUA_GIT2_CONFIG_H__
+
+/* libgit2 feature support */
+#cmakedefine HAVE_git_repository_open_no_backend
+
+#endif /* __LUA_GIT2_CONFIG_H__ */