]> git.ipfire.org Git - pakfire.git/blobdiff - src/_pakfire/constants.h
Use autotools.
[pakfire.git] / src / _pakfire / constants.h
similarity index 87%
rename from python/src/config.h
rename to src/_pakfire/constants.h
index 7645926b8a37398564a172277afac7599e3c6db6..dd7988178e9934fa5b3642e3be8cc8ba3f718f16 100644 (file)
@@ -1,7 +1,7 @@
 /*#############################################################################
 #                                                                             #
 # Pakfire - The IPFire package management system                              #
-# Copyright (C) 2011 Pakfire development team                                 #
+# Copyright (C) 2013 Pakfire development team                                 #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
 #                                                                             #
 #############################################################################*/
 
-/*
-       This is just a small configuration file for the build time configuration
-       of the satsolver module.
-*/
-
-//#define DEBUG
-
+#ifndef _PAKFIRE_CONSTANTS_H
+#define _PAKFIRE_CONSTANTS_H
 
 #define STRING_SIZE    2048
 
@@ -33,6 +28,6 @@
 */
 
 #include <libintl.h>
-
-#define TEXTDOMAIN     "pakfire"
 #define _(x) gettext(x)
+
+#endif