Removed features.h test.

* configure.in, config.h.in, gdk/gdkimage.c:
        Removed features.h test.

        * gdk/gdkdnd.c:
        Guard public functions against NULL pointer derefs.
This commit is contained in:
Jeff Garzik
1999-01-02 07:32:22 +00:00
parent a6da2cf948
commit d6890b721d
13 changed files with 100 additions and 23 deletions

View File

@ -25,9 +25,6 @@
#ifndef _XOPEN_SOURCE
# define _XOPEN_SOURCE 1
#endif
#ifdef HAVE_FEATURES_H
# include <features.h>
#endif
#include <stdlib.h>
#include <sys/types.h>