-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathaconfig.h1
More file actions
28 lines (28 loc) · 807 Bytes
/
aconfig.h1
File metadata and controls
28 lines (28 loc) · 807 Bytes
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
/* aconfig.h. Generated automatically by configure. */
#ifndef ACONFIG_H
#define ACONFIG_H
/* #undef C_ALLOCA */
/* #undef const */
#define inline
#define const
/*#define HAVE_ALLOCA 1*/
#define HAVE_CLOCK 1
/*#define HAVE_ALLOCA_H 1*/
#define HAVE_FTIME 1
#define HAVE_SELECT 1
/*#define HAVE_LONG_DOUBLE 1*/
/* #undef inline */
/* #undef _POSIX_SOURCE */
#define STDC_HEADERS 1
/* Define if you can safely include both <sys/time.h> and <time.h>. */
#define TIME_WITH_SYS_TIME 1
#define HAVE_GETTIMEOFDAY 1
/*#define HAVE_USLEEP 1*/
#define HAVE_SETITIMER 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
#endif