-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.h
41 lines (28 loc) · 1.26 KB
/
config.h
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
40
41
/* src/config.h. Generated from config.h.in by configure. */
/* src/config.h.in. Generated from configure.ac by autoheader. */
/* Define this to include debugging code for the 'bytes2any' external. */
/* #undef ANY2BYTES_DEBUG */
/* Define this to include debugging code for the 'any2bytes' external. */
/* #undef BYTES2ANY_DEBUG */
/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1
/* Name of package */
#define PACKAGE "pdstring"
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "moocow@ling.uni-potsdam.de"
/* Date this package was configured */
#define PACKAGE_BUILD_DATE "Mon Nov 22 18:24:59 EST 2010"
/* User who configured this package */
#define PACKAGE_BUILD_USER "hans"
/* Define to the full name of this package. */
#define PACKAGE_NAME "pdstring"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "pdstring 0.10-2"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "pdstring"
/* Define to the version of this package. */
#define PACKAGE_VERSION "0.10-2"
/* Version number of package */
#define VERSION "0.10-2"
/* Define this if you are building single-object externals */
#define WANT_OBJECT_EXTERNALS 1