File: config.h.in

package info (click to toggle)
librabbitmq 0.5.2-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,176 kB
  • ctags: 1,558
  • sloc: ansic: 11,692; xml: 738; python: 599; makefile: 340; sh: 120
file content (13 lines) | stat: -rw-r--r-- 233 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* vim:set ft=c ts=2 sw=2 sts=2 et cindent: */
#ifndef CONFIG_H
#define CONFIG_H

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

#cmakedefine HAVE_HTONLL

#define AMQ_PLATFORM "@CMAKE_SYSTEM@"

#endif /* CONFIG_H */