~ubuntu-branches/ubuntu/hardy/luatex/hardy

« back to all changes in this revision

Viewing changes to src/texk/web2c/c-auto.in

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2007-09-24 12:56:11 UTC
  • Revision ID: james.westby@ubuntu.com-20070924125611-a8ge689azbptxvla
Tags: upstream-0.11.2
ImportĀ upstreamĀ versionĀ 0.11.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* c-auto.in.  Generated automatically from configure.in by autoheader 2.13.  */
 
2
/* acconfig.h -- used by autoheader when generating c-auto.in.
 
3
 
 
4
   If you're thinking of editing acconfig.h to fix a configuration
 
5
   problem, don't. Edit the c-auto.h file created by configure,
 
6
   instead.  Even better, fix configure to give the right answer.  */
 
7
 
 
8
/* Guard against double inclusion. */
 
9
#ifndef WEB2C_C_AUTO_H
 
10
#define WEB2C_C_AUTO_H
 
11
 
 
12
/* web2c: the version string. */
 
13
#define WEB2CVERSION "REPLACE-WITH-WEB2CVERSION"
 
14
 
 
15
 
 
16
/* Define if type char is unsigned and you are not using gcc.  */
 
17
#ifndef __CHAR_UNSIGNED__
 
18
#undef __CHAR_UNSIGNED__
 
19
#endif
 
20
 
 
21
/* Define as __inline if that's what the C compiler calls it.  */
 
22
#undef inline
 
23
 
 
24
/* Define as the return type of signal handlers (int or void).  */
 
25
#undef RETSIGTYPE
 
26
 
 
27
/* Define if your processor stores words with the most significant
 
28
   byte first (like Motorola and SPARC, unlike Intel and VAX).  */
 
29
#undef WORDS_BIGENDIAN
 
30
 
 
31
/* Define if the X Window System is missing or not being used.  */
 
32
#undef X_DISPLAY_MISSING
 
33
 
 
34
/* Define if lex declares yytext as a char [] by default.  */
 
35
#undef YYTEXT_CHAR
 
36
 
 
37
/* Define if lex declares yytext as a char * by default, not a char[].  */
 
38
#undef YYTEXT_POINTER
 
39
 
 
40
/* Define if lex declares yytext as a unsigned char [] by default.  */
 
41
#undef YYTEXT_UCHAR
 
42
 
 
43
/* tex: Define to enable --ipc.  */
 
44
#undef IPC
 
45
 
 
46
/* web2c: Define if gcc asm needs _ on external symbols.  */
 
47
#undef ASM_NEEDS_UNDERSCORE
 
48
 
 
49
/* web2c: Define to enable HackyInputFileNameForCoreDump.tex.  */
 
50
#undef FUNNY_CORE_DUMP
 
51
 
 
52
/* web2c: Define to disable architecture-independent dump files.
 
53
   Faster on LittleEndian architectures.  */
 
54
#undef NO_DUMP_SHARE
 
55
 
 
56
/* web2c: Default editor for interactive `e' option. */
 
57
#define EDITOR "vi +%d %s"
 
58
 
 
59
/* web2c: Window system support for Metafont. */
 
60
#undef EPSFWIN
 
61
#undef HP2627WIN
 
62
#undef MFTALKWIN
 
63
#undef NEXTWIN
 
64
#undef REGISWIN
 
65
#undef SUNWIN
 
66
#undef TEKTRONIXWIN
 
67
#undef UNITERMWIN
 
68
#undef X11WIN
 
69
 
 
70
/* The number of bytes in a long.  */
 
71
#undef SIZEOF_LONG
 
72
 
 
73
/* Define if you have the ftime function.  */
 
74
#undef HAVE_FTIME
 
75
 
 
76
/* Define if you have the gettimeofday function.  */
 
77
#undef HAVE_GETTIMEOFDAY
 
78
 
 
79
/* Define if you have the mkstemp function.  */
 
80
#undef HAVE_MKSTEMP
 
81
 
 
82
/* Define if you have the mktemp function.  */
 
83
#undef HAVE_MKTEMP
 
84
 
 
85
/* Define if you have the strerror function.  */
 
86
#undef HAVE_STRERROR
 
87
 
 
88
/* Define if you have the <sys/time.h> header file.  */
 
89
#undef HAVE_SYS_TIME_H
 
90
 
 
91
/* Define if you have the <sys/timeb.h> header file.  */
 
92
#undef HAVE_SYS_TIMEB_H
 
93
 
 
94
/* Define if you have the <zlib.h> header file.  */
 
95
#undef HAVE_ZLIB_H
 
96
 
 
97
/* Define if you have the m library (-lm).  */
 
98
#undef HAVE_LIBM
 
99
 
 
100
/* Define if you have the posix library (-lposix).  */
 
101
#undef HAVE_LIBPOSIX
 
102
 
 
103
/* Define if you have the z library (-lz).  */
 
104
#undef HAVE_LIBZ
 
105
#endif /* !WEB2C_C_AUTO_H */