File: config.h.in

package info (click to toggle)
ucblogo 5.1-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 5,348 kB
  • ctags: 3,295
  • sloc: ansic: 12,949; lisp: 5,290; makefile: 167; sh: 8
file content (73 lines) | stat: -rw-r--r-- 1,894 bytes parent folder | download | duplicates (3)
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
/* config.h.in.  Generated automatically from configure.in by autoheader.  */

/* Define if you need to in order for stat and other things to work.  */
#undef _POSIX_SOURCE

/* Define as the return instruction for signal handlers. */
#undef SIGRET

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

/* Define if signal handlers take an argument. */
#undef SIG_TAKES_ARG

/* Define to `unsigned' if <sys/types.h> doesn't define.  */
#undef size_t

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

/* Define if you have the matherr function.  */
#undef HAVE_MATHERR

/* Define if you have the sigsetmask function.  */
#undef HAVE_SIGSETMASK

/* Define if you have the sigvec function.  */
#undef HAVE_SIGVEC

/* Define if you have the srandom function.  */
#undef HAVE_SRANDOM

/* Define if you have the usleep function.  */
#undef HAVE_USLEEP

/* Define if you have the memcpy function.  */
#undef HAVE_MEMCPY

/* Define if you have the <sgtty.h> header file.  */
#undef HAVE_SGTTY_H

/* Define if you have the <termio.h> header file.  */
#undef HAVE_TERMIO_H
  
/* Define if you have the <unistd.h> header file.  */
#undef HAVE_UNISTD_H
  
/* Define if you have the <string.h> header file.  */
#undef HAVE_STRING_H
  
/* Define if you have the <termcap.h> header file.  */
#undef HAVE_TERMCAP_H
  
/* Define if you have the <termlib.h> header file.  */
#undef HAVE_TERMLIB_H
  
/* Define if you have the <curses.h> header file.  */
#undef HAVE_CURSES_H

/* Define if you have the BSD library (-lBSD).  */
#undef HAVE_LIBBSD

/* Define if you have the curses library (-lcurses).  */
#undef HAVE_LIBCURSES

/* Define if you have the m library (-lm).  */
#undef HAVE_LIBM

/* Define if you have the termcap library (-ltermcap).  */
#undef HAVE_LIBTERMCAP

/* Define if you have the termlib library (-ltermlib).  */
#undef HAVE_LIBTERMLIB