File: config.h

package info (click to toggle)
ucblogo 6.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 7,560 kB
  • ctags: 4,657
  • sloc: ansic: 16,989; cpp: 3,818; makefile: 187; perl: 3
file content (77 lines) | stat: -rw-r--r-- 2,105 bytes parent folder | download | duplicates (2)
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
74
75
76
77
/* config.h.  Generated automatically by configure.  */
/* 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. */
#define SIGRET 

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

/* Define if signal handlers take an argument. */
#define 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.  */
#define STDC_HEADERS 1

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

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

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

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

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

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

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

/* Define if you have the <termio.h> header file.  */
#define HAVE_TERMIO_H 1
  
/* Define if you have the <unistd.h> header file.  */
#define HAVE_UNISTD_H 1
  
/* Define if you have the <string.h> header file.  */
#define HAVE_STRING_H 1
  
/* 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).  */
#define HAVE_LIBBSD 1

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

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

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

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

/* Define if you have the wx library.  */
#define HAVE_WX 1