rename defines too, so that they look like the others (say naming convention)
authorStéphane Loeuillet <gstreamer@leroutier.net>
Fri, 21 May 2004 14:53:20 +0000 (14:53 +0000)
committerStéphane Loeuillet <gstreamer@leroutier.net>
Fri, 21 May 2004 14:53:20 +0000 (14:53 +0000)
Original commit message from CVS:
rename defines too, so that they look like the others (say naming convention)

m4/gst-fionread.m4

index b964987..dff19df 100644 (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