add some files

SVN revision: 319
This commit is contained in:
Carsten Haitzler 1999-09-18 16:40:24 +00:00
parent 00f60aa331
commit 37b2ffd205
4 changed files with 21 additions and 0 deletions

1
colormod.c Normal file
View File

@ -0,0 +1 @@
#include "colormod.h"

3
colormod.h Normal file
View File

@ -0,0 +1,3 @@
#ifndef __COLORMOD
#define __COLORMOD 1
#endif

15
config.h Normal file
View File

@ -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

2
loaderpath.h Normal file
View File

@ -0,0 +1,2 @@
#define SYS_LOADERS_PATH "/usr/local/lib/loaders"
#define USER_LOADERS_PATH ".loaders"