~ubuntu-branches/ubuntu/oneiric/lightning-extension/oneiric-updates

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* List of defines generated by configure. Included with preprocessor flag,
 * -include, to avoid long list of -D defines on the compile command-line.
 * Do not edit.
 */

#ifndef _COMM_CONFIG_H_
#define _COMM_CONFIG_H_

@ALLDEFINES@

/* The c99 defining the limit macros (UINT32_MAX for example), says:
 * C++ implementations should define these macros only when __STDC_LIMIT_MACROS
 * is defined before <stdint.h> is included. */
#define __STDC_LIMIT_MACROS

#endif /* _COMM_CONFIG_H_ */