This is an automated email from the ASF dual-hosted git repository.
yzhao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mnemonic.git
The following commit(s) were added to refs/heads/master by this push:
new 215deb7 MNEMONIC-754: Add config.h.in to memkind memory service
215deb7 is described below
commit 215deb70e1e0fb883a1beaa4a6eaea3c36062fcb
Author: Zhen Li <[email protected]>
AuthorDate: Mon Aug 1 22:02:27 2022 -0700
MNEMONIC-754: Add config.h.in to memkind memory service
Signed-off-by: Zhen Li <[email protected]>
---
.../src/main/native/config.h.in | 24 ++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git
a/mnemonic-memory-services/mnemonic-memkind-pmem-service/src/main/native/config.h.in
b/mnemonic-memory-services/mnemonic-memkind-pmem-service/src/main/native/config.h.in
new file mode 100644
index 0000000..9950a43
--- /dev/null
+++
b/mnemonic-memory-services/mnemonic-memkind-pmem-service/src/main/native/config.h.in
@@ -0,0 +1,24 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+#ifndef GUARD
+#define GUARD
+
+#cmakedefine _CONFIG_HEADER_H_
+
+#endif //GUARD