File: config.h

package info (click to toggle)
bincimap 1.2.12final-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,560 kB
  • ctags: 1,248
  • sloc: cpp: 13,318; sh: 2,985; makefile: 210; perl: 38
file content (39 lines) | stat: -rw-r--r-- 1,001 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/* config.h.  Generated by configure.  */
/* config.h.in.  Generated from configure.in by autoheader.  */

#ifndef config_h_included
#define config_h_included


/* support for O_LARGEFILE */
#define HAVE_OLARGEFILE 

/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
#define HAVE_SYS_WAIT_H 1

/* Name of package */
#define PACKAGE "bincimap"

/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "andreas-binc@bincimap.org"

/* Define to the full name of this package. */
#define PACKAGE_NAME "bincimap"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "bincimap 1.2.12final"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "bincimap"

/* Define to the version of this package. */
#define PACKAGE_VERSION "1.2.12final"

/* Version number of package */
#define VERSION "1.2.12final"

/* Define to 1 if SSL support is included. */
#define WITH_SSL 1

#endif