File: config.h.in

package info (click to toggle)
librabbitmq 0.11.0-1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,192 kB
  • sloc: ansic: 11,825; xml: 747; python: 597; sh: 65; makefile: 10
file content (14 lines) | stat: -rw-r--r-- 215 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef CONFIG_H
#define CONFIG_H

#ifndef __cplusplus
# define inline ${C_INLINE_KEYWORD}
#endif

#cmakedefine HAVE_SELECT

#cmakedefine HAVE_POLL

#define AMQ_PLATFORM "@CMAKE_SYSTEM_NAME@"

#endif /* CONFIG_H */