Remove some unneeded files

Original commit message from CVS:
Remove some unneeded files
Added a fix for broken libglade-config in configure.in
This commit is contained in:
Wim Taymans 2001-02-24 20:06:52 +00:00
parent 588c0e575b
commit 60eeda80de
4 changed files with 2 additions and 1427 deletions

View file

@ -258,8 +258,8 @@ else
LIBGLADE_GNOME_CFLAGS=`libglade-config --cflags gnome`
libglade_save_CFLAGS="$CFLAGS"
libglade_save_LIBS="$LIBS"
CFLAGS="$CFLAGS $LIBGLADE_GNOME_CFLAGS"
LIBS="$LIBS $LIBGLADE_GNOME_LIBS"
CFLAGS="$CFLAGS $LIBGLADE_GNOME_CFLAGS $GTK_CFLAGS"
LIBS="$LIBS $LIBGLADE_GNOME_LIBS $GTK_LIBS"
HAVE_LIBGLADE_GNOME="no"
AC_TRY_LINK([#include <glade/glade.h>],[glade_gnome_init();],
HAVE_LIBGLADE_GNOME="yes",

View file

@ -1,15 +0,0 @@
#ifndef _DEFAULT_H
#define _DEFAULT_H
typedef long HRESULT;
typedef unsigned int offset_t;
#define E_NOTIMPL -158
#define E_FAIL -1
#define E_ERROR -2
#define fccDIV3 mmioFOURCC('D', 'I', 'V', '3')
#define fccDIV4 mmioFOURCC('D', 'I', 'V', '4')
#define fccIV50 mmioFOURCC('I', 'V', '5', '0')
#endif

File diff suppressed because it is too large Load diff

View file

@ -1 +0,0 @@
int ext_unknown();