Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2002-11-25 15:02:15 +0300
committerKent Mein <mein@cs.umn.edu>2002-11-25 15:02:15 +0300
commitd0e346d544cd3abb0007a68137b31923020f7aeb (patch)
treeae0714cd24dd0de0d007d95917d952280f8bd575 /source/blender/src/pub
parentb9a19f1ea702446cb176d3f621de331d5c2cc9da (diff)
updated .c files to include:
#ifdef HAVE_CONFIG_H #include <config.h> #endif Just need to finish cpp files now :) Kent -- mein@cs.umn.edu
Diffstat (limited to 'source/blender/src/pub')
-rw-r--r--source/blender/src/pub/license_key.c4
-rw-r--r--source/blender/src/pub/osx_publisher_splash.jpg.c5
-rw-r--r--source/blender/src/pub/unix_publisher_splash.jpg.c5
-rw-r--r--source/blender/src/pub/windows_publisher_splash.jpg.c5
4 files changed, 19 insertions, 0 deletions
diff --git a/source/blender/src/pub/license_key.c b/source/blender/src/pub/license_key.c
index fb6402cbaeb..44ad7514515 100644
--- a/source/blender/src/pub/license_key.c
+++ b/source/blender/src/pub/license_key.c
@@ -44,6 +44,10 @@
#include "BLO_readfile.h"
#include "BLO_keyStore.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
int LICENSE_KEY_VALID = FALSE;
int I_AM_PUBLISHER = TRUE;
diff --git a/source/blender/src/pub/osx_publisher_splash.jpg.c b/source/blender/src/pub/osx_publisher_splash.jpg.c
index 3ac6b870d18..7adb71caa18 100644
--- a/source/blender/src/pub/osx_publisher_splash.jpg.c
+++ b/source/blender/src/pub/osx_publisher_splash.jpg.c
@@ -30,6 +30,11 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
/* DataToC output of file <splash_jpg> */
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#ifdef __APPLE__
int datatoc_tonize= 30248;
diff --git a/source/blender/src/pub/unix_publisher_splash.jpg.c b/source/blender/src/pub/unix_publisher_splash.jpg.c
index c1ec0dc0430..948f9889696 100644
--- a/source/blender/src/pub/unix_publisher_splash.jpg.c
+++ b/source/blender/src/pub/unix_publisher_splash.jpg.c
@@ -30,6 +30,11 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
/* DataToC output of file <splash_jpg> */
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#if !defined(WIN32) && !defined(__APPLE__)
int datatoc_tonize= 29208;
char datatoc_ton[]= {
diff --git a/source/blender/src/pub/windows_publisher_splash.jpg.c b/source/blender/src/pub/windows_publisher_splash.jpg.c
index 520c58bc9f2..1dbef535bb5 100644
--- a/source/blender/src/pub/windows_publisher_splash.jpg.c
+++ b/source/blender/src/pub/windows_publisher_splash.jpg.c
@@ -30,6 +30,11 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
/* DataToC output of file <splash_jpg> */
+
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#ifdef _WIN32
int datatoc_tonize= 30796;