aboutsummaryrefslogtreecommitdiff
path: root/externals/gridflow/bundled/Base/config.h
diff options
context:
space:
mode:
authorN.N. <matju@users.sourceforge.net>2009-11-06 18:33:57 +0000
committerN.N. <matju@users.sourceforge.net>2009-11-06 18:33:57 +0000
commit5e6bb4f4786dd39158ffe02913590cc3dea21ebd (patch)
tree17f4c83372dc450503e3106db11c473c513ab7c0 /externals/gridflow/bundled/Base/config.h
parentb4432042844d0a29f7b654245f9c17da950cd33e (diff)
remove gridflow 0.9.5
svn path=/trunk/; revision=12727
Diffstat (limited to 'externals/gridflow/bundled/Base/config.h')
-rw-r--r--externals/gridflow/bundled/Base/config.h65
1 files changed, 0 insertions, 65 deletions
diff --git a/externals/gridflow/bundled/Base/config.h b/externals/gridflow/bundled/Base/config.h
deleted file mode 100644
index bd2a823c..00000000
--- a/externals/gridflow/bundled/Base/config.h
+++ /dev/null
@@ -1,65 +0,0 @@
-/* configuration-file */
-#ifndef HAVE_BASE_CONFIG_H_
-#define HAVE_BASE_CONFIG_H_
-
-#ifdef _MSC_VER
-# ifndef __WIN32__
-# define __WIN32__
-# endif
-#endif
-
-#ifdef __WIN32__
-# ifndef NT
-# define NT
-# endif
-# ifndef MSW
-# define MSW
-# endif
-# ifndef WIN32_LEAN_AND_MEAN
-# define WIN32_LEAN_AND_MEAN
-# endif
-#endif
-
-
-
-#ifdef HAVE_CONFIG_GENERIC_H
-
-# include "Base/configGeneric.h"
-
-#else /* includes system-specific files */
-
-# ifdef __linux__
-# include "Base/configLinux.h"
-# endif
-
-# ifdef __APPLE__
-//# include "Base/configDarwin.h"
-# define HAVE_QUICKTIME
-# endif
-
-# ifdef __WIN32__
-# include "Base/configNT.h"
-# endif
-#endif
-
-#ifdef NEW_VIDEOFILM
-# ifndef FILM_NEW
-# define FILM_NEW
-# endif
-# ifndef VIDEO_NEW
-# define VIDEO_NEW
-# endif
-#endif
-
-#ifdef HAVE_LIBFTGL
-# define FTGL
-#endif
-
-#ifdef HAVE_FFMPEG
-# define HAVE_LIBAVCODEC
-# define HAVE_LIBAVFORMAT
-#elif defined (HAVE_LIBAVCODEC) && defined (HAVE_LIBAVFORMAT)
-# define HAVE_FFMPEG
-#endif
-
-#endif /* HAVE_BASE_CONFIG_H_ */