genode/repos/ports/src/app/gdb_monitor/gdbserver/config.h

32 lines
675 B
C
Raw Normal View History

2011-12-22 16:19:25 +01:00
/*
* \brief Genode-specific configuration
* \author Christian Prochaska
* \date 2011-05-06
*/
/*
2013-01-10 21:44:47 +01:00
* Copyright (C) 2011-2013 Genode Labs GmbH
2011-12-22 16:19:25 +01:00
*
* This file is part of the Genode OS framework, which is distributed
* under the terms of the GNU General Public License version 2.
*/
#define HAVE_ARPA_INET_H 1
#define HAVE_ERRNO_H 1
#define HAVE_FCNTL_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_NETINET_TCP_H 1
#define HAVE_SIGNAL_H 1
#define HAVE_SOCKLEN_T 1
#define HAVE_STRING_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_UNISTD_H 1
#define HAVE_LINUX_REGSETS 1
#define HAVE_LINUX_USRREGS 1
#define __GENODE__
/* first process id */
#define GENODE_LWP_BASE 1