ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/host/c++/socket++-1.10/config.h
Revision: 1.1
Committed: Mon Feb 26 15:01:39 2001 UTC (23 years, 6 months ago) by ab11
Content type: text/plain
Branch: MAIN
CVS Tags: PROJECT_COMPLETION
Log Message:
Networking class. Assumed to be bug free.

File Contents

# User Rev Content
1 ab11 1.1 /* config.h. Generated automatically by configure. */
2     /* config.h.in. Generated automatically from configure.in by autoheader. */
3    
4     /* Define if on AIX 3.
5     System headers sometimes define this.
6     We just want to avoid a redefinition error message. */
7     #ifndef _ALL_SOURCE
8     /* #undef _ALL_SOURCE */
9     #endif
10    
11     /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
12     #define HAVE_SYS_WAIT_H 1
13    
14     /* Define if you have <vfork.h>. */
15     /* #undef HAVE_VFORK_H */
16    
17     /* Define to `int' if <sys/types.h> doesn't define. */
18     /* #undef pid_t */
19    
20     /* Define as the return type of signal handlers (int or void). */
21     #define RETSIGTYPE void
22    
23     /* Define if you have the ANSI C header files. */
24     #define STDC_HEADERS 1
25    
26     /* Define if `sys_siglist' is declared by <signal.h>. */
27     /* #undef SYS_SIGLIST_DECLARED */
28    
29     /* Define vfork as fork if vfork does not work. */
30     /* #undef vfork */
31    
32     /* Define if extern "C" is needed arround include files */
33     #define EXTERN_C_BEGIN
34     #define EXTERN_C_END
35    
36     /* Define if you have char* _sys_siglist[] */
37     #define SYS_SIGLIST _sys_siglist
38    
39     /* Define if you have libg++ */
40     #define _S_LIBGXX 1
41    
42     /* Define if you have the select function. */
43     #define HAVE_SELECT 1
44    
45     /* Define if you have the <builtin.h> header file. */
46     /* #undef HAVE_BUILTIN_H */
47    
48     /* Define if you have the <memory.h> header file. */
49     #define HAVE_MEMORY_H 1
50    
51     /* Define if you have the <string.h> header file. */
52     #define HAVE_STRING_H 1
53     #include <local.h>