#ifdef NEED_G_ASCII_STRCASECMP_H
#include "g_ascii_strcasecmp.h"
#endif

svn path=/trunk/; revision=24868
This commit is contained in:
Anders Broman 2008-04-09 19:39:58 +00:00
parent a837356771
commit c973aa3830
13 changed files with 0 additions and 51 deletions

View File

@ -63,10 +63,6 @@
#include "keys.h"
#ifdef NEED_G_ASCII_STRCASECMP_H
#include "g_ascii_strcasecmp.h"
#endif
/* temporary block signals to widgets */
BOOL block_advanced_signals;

View File

@ -55,10 +55,6 @@
#include "keys.h"
#ifdef NEED_G_ASCII_STRCASECMP_H
#include "g_ascii_strcasecmp.h"
#endif
/* Controls the releay of settings back to the adapter. */
gboolean change_airpcap_settings = FALSE;

View File

@ -81,10 +81,6 @@
#include "airpcap_dlg.h"
#endif
#ifdef NEED_G_ASCII_STRCASECMP_H
#include "../epan/g_ascii_strcasecmp.h"
#endif
/*
* Keep a static pointer to the current "Capture Interfaces" window, if
* any, so that if somebody tries to do "Capture:Start" while there's

View File

@ -42,10 +42,6 @@
#include "decode_as_ber.h"
#include "help_dlg.h"
#ifdef NEED_G_ASCII_STRCASECMP_H
#include "../epan/g_ascii_strcasecmp.h"
#endif
#undef DEBUG
/**************************************************/

View File

@ -50,10 +50,6 @@
#include <epan/expert.h>
#include <epan/emem.h>
#ifdef NEED_G_ASCII_STRCASECMP_H
#include "../epan/g_ascii_strcasecmp.h"
#endif
#define GTK_MENU_FUNC(a) ((GtkItemFactoryCallback)(a))
#define SORT_ALPHABETICAL 0

View File

@ -51,10 +51,6 @@
/* XXX - remove this later again, when dlg_xx function cleanup done */
#include "dlg_utils.h"
#ifdef NEED_G_ASCII_STRCASECMP_H
#include "../epan/g_ascii_strcasecmp.h"
#endif
#define WINDOW_GEOM_KEY "window_geom"

View File

@ -185,10 +185,6 @@
/* Davide Schiera (2006-11-22) ---------------------------------------------- */
#endif
#ifdef NEED_G_ASCII_STRCASECMP_H
#include "../epan/g_ascii_strcasecmp.h"
#endif
/*
* Files under personal and global preferences directories in which
* GTK settings for Wireshark are stored.

View File

@ -89,10 +89,6 @@
#include "export_object.h"
#ifdef NEED_G_ASCII_STRCASECMP_H
#include "../epan/g_ascii_strcasecmp.h"
#endif
GtkWidget *popup_menu_object;
static void

View File

@ -53,11 +53,6 @@
#include "../tap_dfilter_dlg.h"
#include "gui_utils.h"
#ifdef NEED_G_ASCII_STRCASECMP_H
#include "../epan/g_ascii_strcasecmp.h"
#endif
#define NUM_TIMESTATS 10
/* used to keep track of the statistics for an entire program interface */

View File

@ -68,9 +68,6 @@
#endif
#endif
#ifdef NEED_G_ASCII_STRCASECMP_H
#include "../epan/g_ascii_strcasecmp.h"
#endif
static void prefs_main_ok_cb(GtkWidget *, gpointer);
static void prefs_main_apply_cb(GtkWidget *, gpointer);

View File

@ -49,9 +49,6 @@
#include "file_util.h"
#include "u3.h"
#ifdef NEED_G_ASCII_STRCASECMP_H
#include "../epan/g_ascii_strcasecmp.h"
#endif
#define RECENT_KEY_MAIN_TOOLBAR_SHOW "gui.toolbar_main_show"
#define RECENT_KEY_FILTER_TOOLBAR_SHOW "gui.filter_toolbar_show"

View File

@ -96,10 +96,6 @@
#include "rtp_stream.h"
#include "rtp_stream_dlg.h"
#ifdef NEED_G_ASCII_STRCASECMP_H
#include "../epan/g_ascii_strcasecmp.h"
#endif
/****************************************************************************/

View File

@ -74,10 +74,6 @@
#include "rtp_player.h"
#endif /* HAVE_LIBPORTAUDIO */
#ifdef NEED_G_ASCII_STRCASECMP_H
#include "../epan/g_ascii_strcasecmp.h"
#endif
const char *voip_call_state_name[8]={
"",
"CALL SETUP",