Did all of the .h's in source

(adding)
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif

also the Makefile.in's were from previous patch adding
the system depend stuff to configure.ac

Kent
--
mein@cs.umn.edu
This commit is contained in:
2002-11-25 11:16:17 +00:00
parent 3f2f1571e5
commit b9a19f1ea7
555 changed files with 2210 additions and 29 deletions

View File

@@ -93,6 +93,11 @@
*
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifndef IMB_IMBUF_H
#define IMB_IMBUF_H

View File

@@ -41,6 +41,11 @@
*
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifndef IMB_IMBUF_TYPES_H
#define IMB_IMBUF_TYPES_H

View File

@@ -35,6 +35,10 @@
#ifndef IMB_ALLOCIMBUF_H
#define IMB_ALLOCIMBUF_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct ImBuf;
short imb_addrectImBuf(struct ImBuf * ibuf);

View File

@@ -35,6 +35,10 @@
#ifndef IMB_AMIGA_H
#define IMB_AMIGA_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct ImBuf;
struct ImBuf *imb_loadamiga(int *iffmem,int flags);

View File

@@ -35,6 +35,10 @@
#ifndef IMB_BITPLANES_H
#define IMB_BITPLANES_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct ImBuf;
void imb_bptolong(struct ImBuf *ibuf);

View File

@@ -35,6 +35,10 @@
#ifndef IMB_BMP_H
#define IMB_BMP_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct ImBuf;
int imb_is_a_bmp(void *buf);

View File

@@ -35,6 +35,10 @@
#ifndef IMB_CMAP_H
#define IMB_CMAP_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct ImBuf;
void imb_makecolarray(struct ImBuf *ibuf, unsigned char *mem, short nocols);

View File

@@ -35,6 +35,10 @@
#ifndef IMB_DIVERS_H
#define IMB_DIVERS_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct ImBuf;
void imb_checkncols(struct ImBuf *ibuf);

View File

@@ -35,6 +35,10 @@
#ifndef IMB_FILTER_H
#define IMB_FILTER_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct ImBuf;
void imb_filterx(struct ImBuf *ibuf);

View File

@@ -35,6 +35,10 @@
#ifndef IMB_HAM_H
#define IMB_HAM_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct ImBuf;
short imb_converttoham(struct ImBuf *ibuf);

View File

@@ -35,6 +35,10 @@
#ifndef IMB_HAMX_H
#define IMB_HAMX_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct ImBuf;
struct ImBuf *imb_loadanim(int *iffmem, int flags);

View File

@@ -35,6 +35,10 @@
#ifndef IMB_IFF_H
#define IMB_IFF_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct ImBuf;
unsigned short imb_start_iff(struct ImBuf *ibuf, int file);

View File

@@ -35,6 +35,10 @@
#ifndef IMB_IRIS_H
#define IMB_IRIS_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct ImBuf;
struct ImBuf *imb_loadiris(unsigned char *mem, int flags);

View File

@@ -35,6 +35,10 @@
#ifndef IMB_JPEG_H
#define IMB_JPEG_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct ImBuf;
struct jpeg_compress_struct;

View File

@@ -35,6 +35,10 @@
#ifndef IMB_PNG_H
#define IMB_PNG_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct ImBuf;
int imb_is_a_png(void *buf);

View File

@@ -35,6 +35,10 @@
#ifndef IMB_TARGA_H
#define IMB_TARGA_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
struct ImBuf;
int imb_is_a_targa(void *buf);

View File

@@ -41,6 +41,10 @@
#include <sys/types.h>
#include <stdio.h>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifndef WIN32
#include <unistd.h>
#endif

View File

@@ -38,6 +38,10 @@
#ifndef IMBUF_PATCH_H
#define IMBUF_PATCH_H
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/* most of imbuf uses this aloc, and it will disappear soon
* (hopefully) (25-10-2001 nzc) */
#include "MEM_guardedalloc.h"

View File

@@ -32,6 +32,10 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
/* rgbyuv is identiek aan rgbbeta */
float rgbyuv[4][4]={ /* afgeleid uit videoframer = Y Cr Cb in kopieen van Francois*/