# #
#############################################################################*/
-#ifndef PAKFIRE_CAPS_H
-#define PAKFIRE_CAPS_H
+#ifndef PYTHON_PAKFIRE_CAPS_H
+#define PYTHON_PAKFIRE_CAPS_H
#include <Python.h>
extern PyObject *get_capabilities(PyObject *self, PyObject *args);
extern PyObject *set_capabilities(PyObject *self, PyObject *args);
-#endif
+#endif /* PYTHON_PAKFIRE_CAPS_H */
# #
#############################################################################*/
-#ifndef _PAKFIRE_CONSTANTS_H
-#define _PAKFIRE_CONSTANTS_H
+#ifndef PYTHON_PAKFIRE_CONSTANTS_H
+#define PYTHON_PAKFIRE_CONSTANTS_H
#define STRING_SIZE 2048
#include <libintl.h>
#define _(x) gettext(x)
-#endif
+#endif /* PYTHON_PAKFIRE_CONSTANTS_H */
# #
#############################################################################*/
-#ifndef PAKFIRE_PROBLEM_H
-#define PAKFIRE_PROBLEM_H
+#ifndef PYTHON_PAKFIRE_PROBLEM_H
+#define PYTHON_PAKFIRE_PROBLEM_H
#include <Python.h>
extern PyTypeObject ProblemType;
-#endif
+#endif /* PYTHON_PAKFIRE_PROBLEM_H */
# #
#############################################################################*/
-#ifndef PAKFIRE_RELATION_H
-#define PAKFIRE_RELATION_H
+#ifndef PYTHON_PAKFIRE_RELATION_H
+#define PYTHON_PAKFIRE_RELATION_H
#include <Python.h>
extern PyTypeObject RelationType;
-#endif
+#endif /* PYTHON_PAKFIRE_RELATION_H */
# #
#############################################################################*/
-#ifndef PAKFIRE_REQUEST_H
-#define PAKFIRE_REQUEST_H
+#ifndef PYTHON_PAKFIRE_REQUEST_H
+#define PYTHON_PAKFIRE_REQUEST_H
#include <Python.h>
extern PyTypeObject RequestType;
-#endif
+#endif /* PYTHON_PAKFIRE_REQUEST_H */
# #
#############################################################################*/
-#ifndef PAKFIRE_SOLUTION_H
-#define PAKFIRE_SOLUTION_H
+#ifndef PYTHON_PAKFIRE_SOLUTION_H
+#define PYTHON_PAKFIRE_SOLUTION_H
#include <Python.h>
extern PyTypeObject SolutionType;
-#endif
+#endif /* PYTHON_PAKFIRE_SOLUTION_H */
# #
#############################################################################*/
-#ifndef PAKFIRE_SOLVABLE_H
-#define PAKFIRE_SOLVABLE_H
+#ifndef PYTHON_PAKFIRE_SOLVABLE_H
+#define PYTHON_PAKFIRE_SOLVABLE_H
#include <Python.h>
extern PyTypeObject SolvableType;
-#endif
+#endif /* PYTHON_PAKFIRE_SOLVABLE_H */
# #
#############################################################################*/
-#ifndef PAKFIRE_SOLVER_H
-#define PAKFIRE_SOLVER_H
+#ifndef PYTHON_PAKFIRE_SOLVER_H
+#define PYTHON_PAKFIRE_SOLVER_H
#include <Python.h>
extern PyTypeObject SolverType;
-#endif
+#endif /* PYTHON_PAKFIRE_SOLVER_H */
# #
#############################################################################*/
-#ifndef PAKFIRE_STEP_H
-#define PAKFIRE_STEP_H
+#ifndef PYTHON_PAKFIRE_STEP_H
+#define PYTHON_PAKFIRE_STEP_H
#include <Python.h>
extern PyTypeObject StepType;
-#endif
+#endif /* PYTHON_PAKFIRE_STEP_H */
# #
#############################################################################*/
-#ifndef PAKFIRE_TRANSACTION_H
-#define PAKFIRE_TRANSACTION_H
+#ifndef PYTHON_PAKFIRE_TRANSACTION_H
+#define PYTHON_PAKFIRE_TRANSACTION_H
#include <Python.h>
extern PyTypeObject TransactionType;
-#endif
+#endif /* PYTHON_PAKFIRE_TRANSACTION_H */