~ubuntu-branches/ubuntu/warty/gnushogi/warty

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Javier Fernandez-Sanguino Pen~a
  • Date: 2004-01-09 16:06:59 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040109160659-n26nu7009llm247p
Tags: 1.3-3.1
* NMU
 - Minimal testing done and looks quite OK (even if I don't know
   how to play the game...)
 - Build-Depends move from libxaw-dev to libxaw6-dev (Closes: #169975)
 - Included errno.h in gnushogi which makes the binary build properly
   now (and is usable with xshogi) (Closes: #226319)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* config.h.in.  Generated automatically from configure.in by autoheader.  */
 
2
 
 
3
/* Define to empty if the keyword does not work.  */
 
4
#undef const
 
5
 
 
6
/* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
 
7
#undef HAVE_SYS_WAIT_H
 
8
 
 
9
/* Define as the return type of signal handlers (int or void).  */
 
10
#undef RETSIGTYPE
 
11
 
 
12
/* Define if the setvbuf function takes the buffering type as its second
 
13
   argument and the buffer pointer as the third, as on System V
 
14
   before release 3.  */
 
15
#undef SETVBUF_REVERSED
 
16
 
 
17
/* Define to `unsigned' if <sys/types.h> doesn't define.  */
 
18
#undef size_t
 
19
 
 
20
/* Define if you have the ANSI C header files.  */
 
21
#undef STDC_HEADERS
 
22
 
 
23
/* Define if you can safely include both <sys/time.h> and <time.h>.  */
 
24
#undef TIME_WITH_SYS_TIME
 
25
 
 
26
/* Define if your <sys/time.h> declares struct tm.  */
 
27
#undef TM_IN_SYS_TIME
 
28
 
 
29
/* Define if the X Window System is missing or not being used.  */
 
30
#undef X_DISPLAY_MISSING
 
31
 
 
32
/* The number of bytes in a long.  */
 
33
#undef SIZEOF_LONG
 
34
 
 
35
/* Define if you have the bcopy function.  */
 
36
#undef HAVE_BCOPY
 
37
 
 
38
/* Define if you have the gethostname function.  */
 
39
#undef HAVE_GETHOSTNAME
 
40
 
 
41
/* Define if you have the gettimeofday function.  */
 
42
#undef HAVE_GETTIMEOFDAY
 
43
 
 
44
/* Define if you have the memcpy function.  */
 
45
#undef HAVE_MEMCPY
 
46
 
 
47
/* Define if you have the setlinebuf function.  */
 
48
#undef HAVE_SETLINEBUF
 
49
 
 
50
/* Define if you have the setvbuf function.  */
 
51
#undef HAVE_SETVBUF
 
52
 
 
53
/* Define if you have the strstr function.  */
 
54
#undef HAVE_STRSTR
 
55
 
 
56
/* Define if you have the strtol function.  */
 
57
#undef HAVE_STRTOL
 
58
 
 
59
/* Define if you have the <fcntl.h> header file.  */
 
60
#undef HAVE_FCNTL_H
 
61
 
 
62
/* Define if you have the <sys/file.h> header file.  */
 
63
#undef HAVE_SYS_FILE_H
 
64
 
 
65
/* Define if you have the <sys/filio.h> header file.  */
 
66
#undef HAVE_SYS_FILIO_H
 
67
 
 
68
/* Define if you have the <sys/ioctl.h> header file.  */
 
69
#undef HAVE_SYS_IOCTL_H
 
70
 
 
71
/* Define if you have the <sys/time.h> header file.  */
 
72
#undef HAVE_SYS_TIME_H
 
73
 
 
74
/* Define if you have the <time.h> header file.  */
 
75
#undef HAVE_TIME_H
 
76
 
 
77
/* Define if you have the <unistd.h> header file.  */
 
78
#undef HAVE_UNISTD_H
 
79
 
 
80
/* Define if you have the curses library (-lcurses).  */
 
81
#undef HAVE_LIBCURSES
 
82
 
 
83
/* Define if you have the m library (-lm).  */
 
84
#undef HAVE_LIBM
 
85
 
 
86
/* Define if you have the termcap library (-ltermcap).  */
 
87
#undef HAVE_LIBTERMCAP