File: acconfig.h

package info (click to toggle)
goo 0.155-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 14,000 kB
  • ctags: 19,448
  • sloc: ansic: 253,501; lisp: 2,452; makefile: 264; sh: 211
file content (17 lines) | stat: -rw-r--r-- 587 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* Define if the system supports the standard shared library functions like
   dlopen.  */
#undef HAVE_DLOPEN

/* Define to force use of thread-safe errno, h_errno, and other functions 
   (some systems *must* have this defined before including any system
    headers or else Very Bad Things will happen) */
#undef _REENTRANT

/* Define if the system supports any kind of threading */
#undef WITH_THREADS

/* Define if the system supports the posix threading API */
#undef HAVE_POSIX_THREAD

/* Define if the compiler supports thread local variables */
#undef HAVE_THREAD_LOCAL_VARIABLE