/* config.h.in. Generated automatically from configure.in by autoheader. */ #ifndef CONFIG_H_INCLUDED #define CONFIG_H_INCLUDED /* Define if on AIX 3. System headers sometimes define this. We just want to avoid a redefinition error message. */ #ifndef _ALL_SOURCE #undef _ALL_SOURCE #endif /* Define if using alloca.c. */ #undef C_ALLOCA /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems. This function is required for alloca.c support on those systems. */ #undef CRAY_STACKSEG_END /* Define if you have alloca, as a function or macro. */ #undef HAVE_ALLOCA /* Define if the `setpgrp' function takes no argument. */ #undef SETPGRP_VOID /* Define to `unsigned' if doesn't define. */ #undef size_t /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be automatically deduced at run-time. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses STACK_DIRECTION = 0 => direction of growth unknown */ #undef STACK_DIRECTION /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS /* Define if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ #undef WORDS_BIGENDIAN /* Define if the X Window System is missing or not being used. */ #undef X_DISPLAY_MISSING /* Define if lex declares yytext as a char * by default, not a char[]. */ #undef YYTEXT_POINTER /* 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 if you have the __setfpucw function. */ #undef HAVE___SETFPUCW /* Define if you have the fmemopen function. */ #undef HAVE_FMEMOPEN /* Define if you have the header file. */ #undef HAVE_FPU_CONTROL_H /* Define if you have the header file. */ #undef HAVE_I386_FPU_CONTROL_H /* Define if you have the header file. */ #undef HAVE_NETINET_IN_H /* Name of package */ #undef PACKAGE /* Version number of package */ #undef VERSION #if D1_DEBUG #define D1PRINT(args) printf args #else #define D1PRINT(args) #endif #endif /* CONFIG_H_INCLUDED */