20 lines
354 B
C
20 lines
354 B
C
#ifndef __CONFIG_H
|
|
#define __CONFIG_H
|
|
|
|
/* Include files */
|
|
#cmakedefine HAVE_SYS_PARAM_H
|
|
#cmakedefine HAVE_SYS_SOCKET_H
|
|
#cmakedefine HAVE_NETDB_H
|
|
#cmakedefine HAVE_FCNTL_H
|
|
#cmakedefine HAVE_UNISTD_H
|
|
|
|
/* Endian */
|
|
#cmakedefine BIG_ENDIAN
|
|
|
|
/* Options */
|
|
#cmakedefine WITH_DEBUG_TRANSPORT
|
|
#cmakedefine WITH_DEBUG_CHANMAN
|
|
#cmakedefine WITH_DEBUG_SVC
|
|
|
|
#endif
|