File: config.h.in

package info (click to toggle)
geomview 1.8.1-14
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 16,032 kB
  • ctags: 10,060
  • sloc: ansic: 73,991; sh: 3,698; cpp: 1,249; makefile: 998; objc: 263; yacc: 143; tcl: 76; lex: 69
file content (178 lines) | stat: -rw-r--r-- 5,714 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
/* config.h.in.  Generated from configure.in by autoheader.  */
#ifndef CONFIG_H_INCLUDED
#define CONFIG_H_INCLUDED

/* MACHTYPE from old Geomview makefile system */
#undef MACHTYPE

/* Does -lXmu exist on this system? */
#define HAVE_XMU 0

#define AIX 0

#undef sgi

#undef unix

#undef alloca

/* ACCEPT_ARG3_TYPE should be the datatype of the 3rd arg to the
   'accept' system call.  It's 'int' on some systems, 'unsigned long'
   on some, and could be something else on others.  Default to int */
#define ACCEPT_ARG3_TYPE int

/* another from old Geomview makefile system */
#undef __linux__

/* Use experimental motion averaging code? */
#define EXPERIMENTAL_MOTION_AVERAGING 0

/* D1 debugging? */
#define D1_DEBUG 0

/* ALISTADDR is a hack to get around the fact that on dpvc's LinuxPPC    */
/* system, some of the occurences of '&a_list' had to be replaced with   */
/* 'a_list'.  I'm not sure why this was the case, but to work around it, */
/* I replaced those occurences of '&a_list' in the source with           */
/* 'ALISTADDR a_list', so we can define ALISTADDR to be empty on         */
/* LinuxPPC and '&' otherwise.                                           */
#define ALISTADDR &

/* BINARY_POPEN_REQUIRES_B says whether the system's popen() call needs  */
/* a 'b' in the 2nd argument when the data coming through its pipe is	 */
/* binary.  This comes up in mgtexture.c when popen is called to pipe	 */
/* a compressed image through gzip.  Initially Stuart wrote the call	 */
/* with the 2nd arg being "rb", but this didn't work on my Linux	 */
/* system so I added this switch to allow it to be compiled with just	 */
/* "r", which does work.  For now, I'm just setting this to 0 to force	 */
/* "r" on all systems, but it might be necessary to use "rb" on some	 */
/* systems which treat binary files differently (Windows?), in which	 */
/* case the configure script should be modified to set			 */
/* BINARY_POPEN_REQUIRES_B to 1 for those systems.			 */
/* mbp Tue Sep 12 12:33:38 2000						 */
#define BINARY_POPEN_REQUIRES_B 0

/* USE_FSTROPEN_1 determines whether we forceably use one of our	 */
/* manual implementations of fstropen (in src/lib/oogl/util/futil.c)	 */
/* rather than calling fmemopen or CC_fmemopen__FPci.  This is		 */
/* relevant only on Linux systems.  Normally you shouldn't have to set	 */
/* this at all; futil.c will use HAVE_FMEMOPEN, defined above, to	 */
/* decide what to do.  If this doesn't work for you (the symptom is	 */
/* that Geomview crashes upon startup while trying to read the initial	 */
/* appearance string), then try configuring with			 */
/* "--enable-fstropen-1", which sets USE_FSTROPEN_1.			 */
/* See the comments in in src/lib/oogl/util/futil.c for details.         */
#define USE_FSTROPEN_1 0


/* Define to 1 if you have the `fmemopen' function. */
#undef HAVE_FMEMOPEN

/* Define to 1 if you have the `fopencookie' function. */
#undef HAVE_FOPENCOOKIE

/* Define to 1 if you have the <fpu_control.h> header file. */
#undef HAVE_FPU_CONTROL_H

/* Define to 1 if you have the <i386/fpu_control.h> header file. */
#undef HAVE_I386_FPU_CONTROL_H

/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H

/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H

/* Define to 1 if you have the <netinet/in.h> header file. */
#undef HAVE_NETINET_IN_H

/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H

/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H

/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H

/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H

/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H

/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H

/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H

/* Define to 1 if you have the `_IO_init_marker' function. */
#undef HAVE__IO_INIT_MARKER

/* Define to 1 if you have the `_IO_remove_marker' function. */
#undef HAVE__IO_REMOVE_MARKER

/* Define to 1 if you have the `_IO_seekmark' function. */
#undef HAVE__IO_SEEKMARK

/* Define to 1 if you have the `__setfpucw' function. */
#undef HAVE___SETFPUCW

/* Name of package */
#undef PACKAGE

/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT

/* Define to the full name of this package. */
#undef PACKAGE_NAME

/* Define to the full name and version of this package. */
#undef PACKAGE_STRING

/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME

/* Define to the version of this package. */
#undef PACKAGE_VERSION

/* Path to setmon program */
#undef SETMON_PATH

/* Define to 1 if the `setpgrp' function takes no argument. */
#undef SETPGRP_VOID

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

/* twiddle with GLIBC internal I/O-markers. */
#undef USE_IO_MARKER

/* define set/getpos() with pipes, using fopencookie() */
#undef USE_SEEKPIPE

/* Version number of package */
#undef VERSION

/* Define to 1 if your processor stores words with the most significant byte
   first (like Motorola and SPARC, unlike Intel and VAX). */
#undef WORDS_BIGENDIAN

/* Define to 1 if the X Window System is missing or not being used. */
#undef X_DISPLAY_MISSING

/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
   `char[]'. */
#undef YYTEXT_POINTER

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

#if D1_DEBUG
#define D1PRINT(args) printf args
#else
#define D1PRINT(args)
#endif

#endif /* CONFIG_H_INCLUDED */