File: config.h.in

package info (click to toggle)
cdrdao 1.09-1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 604 kB
  • ctags: 786
  • sloc: cpp: 6,648; sh: 1,530; makefile: 245
file content (36 lines) | stat: -rw-r--r-- 937 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
/* config.h.in.  Generated automatically from configure.in by autoheader.  */

/* Define to empty if the keyword does not work.  */
#undef const

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

/* Define as the return type of signal handlers (int or void).  */
#undef RETSIGTYPE

/* Define if you have the ANSI C header files.  */
#undef STDC_HEADERS

/* Define if you have the strerror function.  */
#undef HAVE_STRERROR

/* Define if you have the <fcntl.h> header file.  */
#undef HAVE_FCNTL_H

/* Define if you have the <malloc.h> header file.  */
#undef HAVE_MALLOC_H

/* Define if you have the <unistd.h> header file.  */
#undef HAVE_UNISTD_H

/* real time scheduling defines */
#undef LINUX_QNX_SCHEDULING
#undef HAVE_SCHED_GETPARAM
#undef HAVE_SCHED_GET_PRIORITY_MAX
#undef HAVE_SCHED_SETSCHEDULER

/* memory locking */
#undef HAVE_MLOCKALL
#undef HAVE_MUNLOCKALL
#undef HAVE_SYS_MMAN_H