From fe9ec3ffdd77e6ceb397d6823d4e3b5c00e0ea0a Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 28 Jan 2008 01:32:52 +0000 Subject: Consistently use uppercase filename as multiple inclusion guard. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25897 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/librtsp/rtsp.h | 6 +++--- stream/librtsp/rtsp_rtp.h | 6 +++--- stream/pnm.h | 6 +++--- stream/realrtsp/asmrp.h | 6 +++--- stream/realrtsp/xbuffer.h | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) (limited to 'stream') diff --git a/stream/librtsp/rtsp.h b/stream/librtsp/rtsp.h index 2c3c32eb6d..bc6a4f52a1 100644 --- a/stream/librtsp/rtsp.h +++ b/stream/librtsp/rtsp.h @@ -29,8 +29,8 @@ * fixed a lot of RFC compliance issues. */ -#ifndef HAVE_RTSP_H -#define HAVE_RTSP_H +#ifndef RTSP_H +#define RTSP_H /* some codes returned by rtsp_request_* functions */ @@ -80,4 +80,4 @@ void rtsp_schedule_field(rtsp_t *s, const char *string); void rtsp_unschedule_field(rtsp_t *s, const char *string); void rtsp_unschedule_all(rtsp_t *s); -#endif /* HAVE_RTSP_H */ +#endif /* RTSP_H */ diff --git a/stream/librtsp/rtsp_rtp.h b/stream/librtsp/rtsp_rtp.h index 95539cf0ed..15cddf6c7e 100644 --- a/stream/librtsp/rtsp_rtp.h +++ b/stream/librtsp/rtsp_rtp.h @@ -18,8 +18,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef HAVE_RTSP_RTP_H -#define HAVE_RTSP_RTP_H +#ifndef RTSP_RTP_H +#define RTSP_RTP_H #include "rtsp.h" @@ -37,5 +37,5 @@ off_t rtp_read (struct rtp_rtsp_session_t* st, char *buf, off_t length); void rtp_session_free (struct rtp_rtsp_session_t *st); void rtcp_send_rr (rtsp_t *s, struct rtp_rtsp_session_t *st); -#endif /* HAVE_RTSP_RTP_H */ +#endif /* RTSP_RTP_H */ diff --git a/stream/pnm.h b/stream/pnm.h index fedc079db0..3654e652e8 100644 --- a/stream/pnm.h +++ b/stream/pnm.h @@ -22,8 +22,8 @@ * pnm util functions header by joschka */ -#ifndef HAVE_PNM_H -#define HAVE_PNM_H +#ifndef PNM_H +#define PNM_H #include /*#include "xine_internal.h" */ @@ -34,4 +34,4 @@ typedef struct pnm_s pnm_t; //int pnm_read (pnm_t *this, char *data, int len); -#endif /* HAVE_PNM_H */ +#endif /* PNM_H */ diff --git a/stream/realrtsp/asmrp.h b/stream/realrtsp/asmrp.h index 1d073e6aeb..ac647011f1 100644 --- a/stream/realrtsp/asmrp.h +++ b/stream/realrtsp/asmrp.h @@ -37,11 +37,11 @@ */ -#ifndef HAVE_ASMRP_H -#define HAVE_ASMRP_H +#ifndef ASMRP_H +#define ASMRP_H #define MAX_RULEMATCHES 16 int asmrp_match (const char *rules, int bandwidth, int *matches) ; -#endif /* HAVE_ASMRP_H */ +#endif /* ASMRP_H */ diff --git a/stream/realrtsp/xbuffer.h b/stream/realrtsp/xbuffer.h index ecc72c0bac..84d91a8dc3 100644 --- a/stream/realrtsp/xbuffer.h +++ b/stream/realrtsp/xbuffer.h @@ -14,8 +14,8 @@ */ -#ifndef XCL_H -#define XCL_H +#ifndef XBUFFER_H +#define XBUFFER_H void *xbuffer_init(int chunk_size); void *xbuffer_free(void *buf); @@ -23,4 +23,4 @@ void *xbuffer_copyin(void *buf, int index, const void *data, int len); void *xbuffer_ensure_size(void *buf, int size); void *xbuffer_strcat(void *buf, char *data); -#endif /* XCL_H */ +#endif /* XBUFFER_H */ -- cgit v1.2.3