Modify includes of config.h so that out-of-tree builds, i.e. CMake

don't pick up the in-tree copy.

Change-Id: I7ec473876cdba1a025c52362d7f6adc62d24ce71
Reviewed-on: https://code.wireshark.org/review/3798
Petri-Dish: Graham Bloice <graham.bloice@trihedral.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Roland Knall <rknall@gmail.com>
Reviewed-by: Graham Bloice <graham.bloice@trihedral.com>
This commit is contained in:
Graham Bloice 2014-08-22 22:13:05 +01:00
parent f88eca47c3
commit 97546165fa
31 changed files with 32 additions and 32 deletions

View File

@ -54,7 +54,7 @@
*/
#include "config.h"
#include <config.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -20,7 +20,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
#include <config.h>
#ifdef HAVE_LIBPCAP

View File

@ -20,7 +20,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
#include <config.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -20,7 +20,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
#include <config.h>
#include <time.h>
#include <string.h>

View File

@ -23,7 +23,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
#include <config.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -21,7 +21,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
#include <config.h>
#include <glib.h>

View File

@ -23,7 +23,7 @@
* Updated 1 Dec 10 jjm
*/
#include "config.h"
#include <config.h>
#include <glib.h>

View File

@ -20,7 +20,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
#include <config.h>
#include <string.h>
#include <stdlib.h>

View File

@ -20,7 +20,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
#include <config.h>
#include <stdlib.h>
#include <stdio.h>

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
#include <config.h>
#include <stdio.h>
#include <stdlib.h> /* for exit() */

View File

@ -22,7 +22,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
#include <config.h>
#ifdef HAVE_FCNTL_H
#include <fcntl.h>

View File

@ -26,7 +26,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
#include <config.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -22,7 +22,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
#include <config.h>
#include <stdio.h>
#include <stdlib.h>
@ -178,7 +178,7 @@ static void extcap_foreach(gint argc, gchar **args, extcap_cb_t cb,
argv[argc+1] = NULL;
status = g_spawn_sync(dirname, argv, NULL,
(GSpawnFlags) 0, NULL, NULL,
(GSpawnFlags) 0, NULL, NULL,
&command_output, NULL, &exit_status, &error);
if (status && exit_status == 0)

View File

@ -24,7 +24,7 @@
#ifndef __EXTCAP_H__
#define __EXTCAP_H__
#include "config.h"
#include <config.h>
#include <glib.h>

View File

@ -22,7 +22,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
#include <config.h>
#include <stdio.h>
#include <glib.h>

2
file.c
View File

@ -20,7 +20,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
#include <config.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>

View File

@ -20,7 +20,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
#include <config.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>

View File

@ -20,7 +20,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
#include <config.h>
#include <glib.h>

View File

@ -23,7 +23,7 @@
*
*/
#include "config.h"
#include <config.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -38,7 +38,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
#include <config.h>
#include <stdlib.h>
#include <stdio.h>

View File

@ -21,7 +21,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
#include <config.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>

View File

@ -32,7 +32,7 @@
* - Prints a status line, followed by fields from a specified list.
*/
#include "config.h"
#include <config.h>
#include <stdlib.h>
#include <stdio.h>

View File

@ -21,7 +21,7 @@
*
*/
#include "config.h"
#include <config.h>
#include <stdio.h>
#include <stdlib.h>

View File

@ -40,7 +40,7 @@
*
*/
#include "config.h"
#include <config.h>
#ifdef HAVE_LIBPCAP

View File

@ -20,7 +20,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
#include <config.h>
#include <wiretap/pcap-encap.h>

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
#include <config.h>
#include <string.h>

View File

@ -75,7 +75,7 @@
* snaplength is automatically set to 64KiB-1.
*/
#include "config.h"
#include <config.h>
/*
* Just make sure we include the prototype for strptime as well

View File

@ -21,7 +21,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
#include <config.h>
#include <stdlib.h>
#include <stdio.h>

View File

@ -22,7 +22,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
#include <config.h>
#include <stdlib.h>
#include <stdio.h>

View File

@ -20,7 +20,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h"
#include <config.h>
#include <glib.h>

View File

@ -23,7 +23,7 @@
#ifndef __UNICODEUTIL_H__
#define __UNICODEUTIL_H__
#include "config.h"
#include <config.h>
#include "ws_symbol_export.h"