File: aconfig.h.in

package info (click to toggle)
bb 1.2-9
  • links: PTS
  • area: main
  • in suites: potato
  • size: 4,152 kB
  • ctags: 3,357
  • sloc: ansic: 43,440; sh: 152; makefile: 64; asm: 36
file content (29 lines) | stat: -rw-r--r-- 722 bytes parent folder | download | duplicates (4)
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
#ifndef ACONFIG_H
#define ACONFIG_H
#undef C_ALLOCA
#undef const
#undef HAVE_ALLOCA
#undef HAVE_ALLOCA_H
#undef HAVE_FTIME
#undef HAVE_SELECT
#undef HAVE_LONG_DOUBLE
#undef inline
#undef _POSIX_SOURCE
#undef STDC_HEADERS
/* Define if you can safely include both <sys/time.h> and <time.h>.  */
#undef TIME_WITH_SYS_TIME
#undef HAVE_GETTIMEOFDAY
#undef HAVE_USLEEP
#undef HAVE_TERMATTRS
#undef HAVE_MOUSEMASK
#undef HAVE_SETITIMER
/* Define if you have the <limits.h> header file.  */
#undef HAVE_LIMITS_H
/* Define if you have the <sys/time.h> header file.  */
#undef HAVE_SYS_TIME_H
/* Define if you have the <unistd.h> header file.  */
#undef HAVE_UNISTD_H
#undef SIZEOF_SHORT
#undef SIZEOF_INT
#undef SIZEOF_LONG
#endif