root/juggler/tags/1.0_alpha_02/acconfig.h

Revision 79, 1.7 kB (checked in by patrick, 10 years ago)

Define VJ_DEBUG when —enable-debug is passed to configure.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 #ifndef _CONFIG_H_
2 #define _CONFIG_H_
3
4 /*
5  * --------------------------------------------------------------------------
6  * Library-wide configuration file.
7  * Generated from acconfig.h ($Revision$)
8  * --------------------------------------------------------------------------
9  */
10
11 @TOP@
12
13 /* Define to enable compile-time debugging blocks. */
14 #undef VJ_DEBUG
15
16 /* Define all of the following to use POSIX threads. */
17 #undef VJ_USE_PTHREADS
18 #undef _THREAD_SAFE
19 #undef RWSTD_MULTI_THREAD
20 #undef RW_MULTI_THREAD
21 #undef _REENTRANT
22
23 /* Define if using POSIX threads Draft 4. */
24 #undef _PTHREADS_DRAFT_4
25
26 /* Define if using POSIX threads Draft 10 (the "final" draft). */
27 #undef _PTHREADS_DRAFT_10
28
29 /* Define to use SGI IPC threading instead of POSIX threads. */
30 #undef VJ_SGI_IPC
31
32 /* Define to use the OpenGL API. */
33 #undef VJ_API_OPENGL
34
35 /* Define to use the Performer API. */
36 #undef VJ_API_PERFORMER
37
38 /* Define all of the following if building on IRIX. */
39 #undef VJ_OS_SGI
40 #undef _BSD_TYPES
41
42 /* Define to be either IRIX5 or IRIX6 depending on your system. */
43 #undef IRIXREL
44
45 /* Define all of the following if building on HP-UX. */
46 #undef VJ_OS_HPUX
47 #undef _HPUX_SOURCE
48 #undef _INCLUDE_TERMIO
49 #undef _CMA_NOWRAPPERS_
50 #undef notdef
51
52 /* Define if building on Digital UNIX. */
53 #undef VJ_OS_DUX
54
55 /* Define if building on FreeBSD. */
56 #undef VJ_OS_FreeBSD
57
58 /* Define if building on a platform not specified above. */
59 #undef VJ_OS_GENERIC
60
61 /* Define to `unsigned int' if the u_int type is not available. */
62 #undef u_int
63
64 @BOTTOM@
65
66 /* Define this macro to replace calls to sginap(2) if sginap(2) is not
67   avialable. */
68 #ifndef HAVE_SGINAP
69 #   define sginap(x) (usleep(x * 333333))
70 #endif
71
72 #endif  /* _CONFIG_H_ */
Note: See TracBrowser for help on using the browser.