~ubuntu-branches/debian/lenny/corewars/lenny

« back to all changes in this revision

Viewing changes to src/config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2002-11-01 00:29:55 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20021101002955-d37fhgce7agioojj
Tags: 0.9.13-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* src/config.h.in.  Generated automatically from configure.in by autoheader 2.13.  */
2
 
 
3
 
/* Define if using alloca.c.  */
4
 
#undef C_ALLOCA
5
 
 
6
 
/* Define to empty if the keyword does not work.  */
7
 
#undef const
8
 
 
9
 
/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
10
 
   This function is required for alloca.c support on those systems.  */
11
 
#undef CRAY_STACKSEG_END
12
 
 
13
 
/* Define if you have alloca, as a function or macro.  */
14
 
#undef HAVE_ALLOCA
15
 
 
16
 
/* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
17
 
#undef HAVE_ALLOCA_H
18
 
 
19
 
/* If using the C implementation of alloca, define if you know the
20
 
   direction of stack growth for your system; otherwise it will be
21
 
   automatically deduced at run-time.
22
 
 STACK_DIRECTION > 0 => grows toward higher addresses
23
 
 STACK_DIRECTION < 0 => grows toward lower addresses
24
 
 STACK_DIRECTION = 0 => direction of growth unknown
25
 
 */
26
 
#undef STACK_DIRECTION
27
 
 
28
 
/* Define if you have the ANSI C header files.  */
29
 
#undef STDC_HEADERS
30
 
 
31
 
/* Define if lex declares yytext as a char * by default, not a char[].  */
32
 
#undef YYTEXT_POINTER
33
 
 
34
 
/* Define if you have the get_current_dir_name function.  */
35
 
#undef HAVE_GET_CURRENT_DIR_NAME
36
 
 
37
 
/* Define if you have the strdup function.  */
38
 
#undef HAVE_STRDUP
39
 
 
40
 
/* Define if you have the <argp.h> header file.  */
41
 
#undef HAVE_ARGP_H
42
 
 
43
 
/* Define if you have the <dirent.h> header file.  */
44
 
#undef HAVE_DIRENT_H
45
 
 
46
 
/* Define if you have the <limits.h> header file.  */
47
 
#undef HAVE_LIMITS_H
48
 
 
49
 
/* Define if you have the <malloc.h> header file.  */
50
 
#undef HAVE_MALLOC_H
51
 
 
52
 
/* Define if you have the <ndir.h> header file.  */
53
 
#undef HAVE_NDIR_H
54
 
 
55
 
/* Define if you have the <string.h> header file.  */
56
 
#undef HAVE_STRING_H
57
 
 
58
 
/* Define if you have the <sys/dir.h> header file.  */
59
 
#undef HAVE_SYS_DIR_H
60
 
 
61
 
/* Define if you have the <sys/ndir.h> header file.  */
62
 
#undef HAVE_SYS_NDIR_H
63
 
 
64
 
/* Define if you have the <unistd.h> header file.  */
65
 
#undef HAVE_UNISTD_H
66
 
 
67
 
/* Name of package */
68
 
#undef PACKAGE
69
 
 
70
 
/* Version number of package */
71
 
#undef VERSION
72