@@ -4,6 +4,10 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <odp.h>
#include <odp/helper/ip.h>
#include <odp/helper/udp.h>
@@ -4,6 +4,10 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
/*-
* BSD LICENSE
*
@@ -4,6 +4,10 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <odp/helper/eth.h>
#include <stdio.h>
@@ -3,6 +3,11 @@
*
* SPDX-License-Identifier: BSD-3-Clause
*/
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <stdio.h>
#include <string.h>
#include <malloc.h>
@@ -4,6 +4,10 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <odp/helper/ip.h>
#include <stdio.h>
@@ -4,6 +4,10 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <string.h>
#include <stdint.h>
#include <errno.h>
@@ -4,6 +4,10 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <stdio.h>
#include <string.h>
#include <malloc.h>
@@ -4,6 +4,10 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
@@ -4,6 +4,10 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "odph_debug.h"
#include <odp_api.h>
#include <odp/helper/odph_api.h>
@@ -4,6 +4,10 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
/*-
* BSD LICENSE
*
@@ -4,6 +4,10 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <stdio.h>
#include <stdint.h>
#include <string.h>
@@ -4,6 +4,10 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <odph_debug.h>
#include <odp_api.h>
#include <odp/helper/linux/pthread.h>
@@ -4,6 +4,10 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <odph_debug.h>
#include <odp_api.h>
#include <odp/helper/linux/pthread.h>
@@ -4,6 +4,10 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
/*
* This program tests the ability of the linux helper to create ODP threads,
* either implemented as linux pthreads or as linux processes, depending on
@@ -4,6 +4,10 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <odph_debug.h>
#include <odp_api.h>
@@ -4,6 +4,10 @@
* SPDX-License-Identifier:BSD-3-Clause
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <odph_debug.h>
#include <odp/helper/odph_api.h>
#include <odp_api.h>
@@ -4,6 +4,10 @@
* SPDX-License-Identifier: BSD-3-Clause
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif