diff --git a/colormod.c b/colormod.c new file mode 100644 index 0000000..bcdc129 --- /dev/null +++ b/colormod.c @@ -0,0 +1 @@ +#include "colormod.h" diff --git a/colormod.h b/colormod.h new file mode 100644 index 0000000..ac5a165 --- /dev/null +++ b/colormod.h @@ -0,0 +1,3 @@ +#ifndef __COLORMOD +#define __COLORMOD 1 +#endif diff --git a/config.h b/config.h new file mode 100644 index 0000000..d3dac12 --- /dev/null +++ b/config.h @@ -0,0 +1,15 @@ +/* config.h. Generated automatically by configure. */ +/* config.h.in. Generated automatically from configure.in by autoheader. */ + +/* Define to empty if the keyword does not work. */ +/* #undef const */ + +/* Name of package */ +#define PACKAGE "imlib" + +/* Version number of package */ +#define VERSION "2.0" + +/* Define this if we can use the b mode for fopen safely. */ +#define USE_FOPEN_BINARY 1 + diff --git a/loaderpath.h b/loaderpath.h new file mode 100644 index 0000000..5757f51 --- /dev/null +++ b/loaderpath.h @@ -0,0 +1,2 @@ +#define SYS_LOADERS_PATH "/usr/local/lib/loaders" +#define USER_LOADERS_PATH ".loaders"