rename defines too, so that they look like the others (say naming convention)

Original commit message from CVS:
rename defines too, so that they look like the others (say naming convention)
This commit is contained in:
Stéphane Loeuillet 2004-05-21 14:53:20 +00:00
parent 279760c082
commit 08b37bf327
4 changed files with 5 additions and 5 deletions

View file

@ -33,7 +33,7 @@
#include <arpa/inet.h>
#include <sys/ioctl.h>
#ifdef FIONREAD_IN_SYS_FILIO
#ifdef HAVE_FIONREAD_IN_SYS_FILIO
#include <sys/filio.h>
#endif

View file

@ -25,7 +25,7 @@
#include <sys/ioctl.h>
#ifdef FIONREAD_IN_SYS_FILIO
#ifdef HAVE_FIONREAD_IN_SYS_FILIO
#include <sys/filio.h>
#endif

View file

@ -29,7 +29,7 @@
#include <unistd.h>
#include <sys/ioctl.h>
#ifdef FIONREAD_IN_SYS_FILIO
#ifdef HAVE_FIONREAD_IN_SYS_FILIO
#include <sys/filio.h>
#endif

View file

@ -15,7 +15,7 @@ if ( x )
AC_MSG_RESULT($GST_FIONREAD_IN_SYS_IOCTL)
if test "$GST_FIONREAD_IN_SYS_IOCTL" = "yes"; then
AC_DEFINE([FIONREAD_IN_SYS_IOCTL], 1, [FIONREAD ioctl found in sys/ioclt.h])
AC_DEFINE([HAVE_FIONREAD_IN_SYS_IOCTL], 1, [FIONREAD ioctl found in sys/ioclt.h])
else
@ -34,7 +34,7 @@ if ( x )
AC_MSG_RESULT($GST_FIONREAD_IN_SYS_FILIO)
if test "$GST_FIONREAD_IN_SYS_FILIO" = "yes"; then
AC_DEFINE([FIONREAD_IN_SYS_FILIO], 1, [FIONREAD ioctl found in sys/filio.h])
AC_DEFINE([HAVE_FIONREAD_IN_SYS_FILIO], 1, [FIONREAD ioctl found in sys/filio.h])
fi
fi