You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
183 B
C
15 lines
183 B
C
|
3 weeks ago
|
#ifndef CONFIG_H
|
||
|
|
#define CONFIG_H
|
||
|
|
|
||
|
|
#ifndef __cplusplus
|
||
|
|
# define inline inline
|
||
|
|
#endif
|
||
|
|
|
||
|
|
/* #undef HAVE_SELECT */
|
||
|
|
|
||
|
|
#define HAVE_POLL
|
||
|
|
|
||
|
|
#define AMQ_PLATFORM "Linux"
|
||
|
|
|
||
|
|
#endif /* CONFIG_H */
|