forked from psksvp/espresso-ab-1.0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.h
42 lines (28 loc) · 1.04 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
/* config.h. Generated automatically by configure. */
/* config.h.in. Generated automatically from configure.in by autoheader. */
/* Define to empty if the keyword does not work. */
/* #undef const */
/* Define to `int' if <sys/types.h> doesn't define. */
/* #undef gid_t */
/* Define if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Define to `int' if <sys/types.h> doesn't define. */
/* #undef uid_t */
/* Define if you have the strcspn function. */
#define HAVE_STRCSPN 1
/* Define if you have the strerror function. */
#define HAVE_STRERROR 1
/* Define if you have the strspn function. */
#define HAVE_STRSPN 1
/* Define if you have the strstr function. */
#define HAVE_STRSTR 1
/* Define if you have the <limits.h> header file. */
#define HAVE_LIMITS_H 1
/* Define if you have the <sys/time.h> header file. */
#define HAVE_SYS_TIME_H 1
/* Define if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
/* Name of package */
#define PACKAGE "espresso-ab"
/* Version number of package */
#define VERSION "1.0"