summaryrefslogtreecommitdiff
path: root/plparse/totem-pl-parser-pla.c
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2007-12-19 10:32:06 +0000
committerBastien Nocera <hadess@src.gnome.org>2007-12-19 10:32:06 +0000
commit34aa7626e8636409f4a64da0f1a5cdb7cd6e0b12 (patch)
tree14c4d07bb2f1ad63704f5c08a1eab378f9aa12be /plparse/totem-pl-parser-pla.c
parent3e8b650531d8f853f696343709c14cc93ee133d8 (diff)
downloadtotem-pl-parser-34aa7626e8636409f4a64da0f1a5cdb7cd6e0b12.tar.gz
Add internal BSD version of memmem
2007-12-19 Bastien Nocera <hadess@hadess.net> * configure.in: * lib/Makefile.am: * lib/memmem.c: * lib/totem_internal.h: Add internal BSD version of memmem * plparse/totem-pl-parser-podcast.c: (totem_pl_parser_is_rss), (totem_pl_parser_is_atom), (totem_pl_parser_is_opml): * plparse/totem-pl-parser-wm.c: (totem_pl_parser_is_asx), (totem_pl_parser_is_asf): * plparse/totem-pl-parser-qt.c: (totem_pl_parser_is_quicktime): Use memmem instead of copying the buffers before checking them * plparse/*.c: Remove conditional config.h include svn path=/trunk/; revision=22
Diffstat (limited to 'plparse/totem-pl-parser-pla.c')
-rw-r--r--plparse/totem-pl-parser-pla.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/plparse/totem-pl-parser-pla.c b/plparse/totem-pl-parser-pla.c
index 8236e64..f9217a6 100644
--- a/plparse/totem-pl-parser-pla.c
+++ b/plparse/totem-pl-parser-pla.c
@@ -19,9 +19,7 @@
Author: Jonathan Matthew <jonathan@kaolin.wh9.net>
*/
-#ifdef HAVE_CONFIG_H
#include "config.h"
-#endif /* HAVE_CONFIG_H */
#ifndef TOTEM_PL_PARSER_MINI
#include <string.h>