[OpenAAA-cvs] openaaa/include config.h,1.1,1.2 config.h.in,1.1,1.2
Status: Pre-Alpha
Brought to you by:
dmlloyd
From: <dm...@us...> - 2002-10-22 21:05:55
|
Update of /cvsroot/openaaa/openaaa/include In directory usw-pr-cvs1:/tmp/cvs-serv14685/include Modified Files: config.h config.h.in Log Message: Many config changes Index: config.h =================================================================== RCS file: /cvsroot/openaaa/openaaa/include/config.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** config.h 8 Oct 2002 22:13:21 -0000 1.1 --- config.h 22 Oct 2002 21:05:50 -0000 1.2 *************** *** 1,3 **** ! /* include/config.h. Generated automatically by configure. */ /* include/config.h.in. Generated automatically from configure.in by autoheader. */ --- 1,3 ---- ! /* include/config.h. Generated by configure. */ /* include/config.h.in. Generated automatically from configure.in by autoheader. */ *************** *** 36,39 **** --- 36,45 ---- #define HAVE_ERRNO_H 1 + /* Define if you have the <fcntl.h> header file. */ + #define HAVE_FCNTL_H 1 + + /* Define if you have the <malloc.h> header file. */ + #define HAVE_MALLOC_H 1 + /* Define if you have the <pthread.h> header file. */ #define HAVE_PTHREAD_H 1 *************** *** 42,48 **** --- 48,75 ---- #define HAVE_SETJMP_H 1 + /* Define if you have the <sfio.h> header file. */ + /* #undef HAVE_SFIO_H */ + /* Define if you have the <signal.h> header file. */ #define HAVE_SIGNAL_H 1 + /* Define if you have the <stdio.h> header file. */ + #define HAVE_STDIO_H 1 + + /* Define if you have the <stdlib.h> header file. */ + #define HAVE_STDLIB_H 1 + + /* Define if you have the <string.h> header file. */ + #define HAVE_STRING_H 1 + + /* Define if you have the <strings.h> header file. */ + #define HAVE_STRINGS_H 1 + + /* Define if you have the <sys/socket.h> header file. */ + #define HAVE_SYS_SOCKET_H 1 + + /* Define if you have the <sys/stat.h> header file. */ + #define HAVE_SYS_STAT_H 1 + /* Define if you have the <sys/types.h> header file. */ #define HAVE_SYS_TYPES_H 1 *************** *** 53,56 **** --- 80,86 ---- /* Define if you have the <ucontext.h> header file. */ #define HAVE_UCONTEXT_H 1 + + /* Define if you have the <unistd.h> header file. */ + #define HAVE_UNISTD_H 1 /* Name of package */ Index: config.h.in =================================================================== RCS file: /cvsroot/openaaa/openaaa/include/config.h.in,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** config.h.in 8 Oct 2002 22:13:21 -0000 1.1 --- config.h.in 22 Oct 2002 21:05:50 -0000 1.2 *************** *** 35,38 **** --- 35,44 ---- #undef HAVE_ERRNO_H + /* Define if you have the <fcntl.h> header file. */ + #undef HAVE_FCNTL_H + + /* Define if you have the <malloc.h> header file. */ + #undef HAVE_MALLOC_H + /* Define if you have the <pthread.h> header file. */ #undef HAVE_PTHREAD_H *************** *** 41,47 **** --- 47,74 ---- #undef HAVE_SETJMP_H + /* Define if you have the <sfio.h> header file. */ + #undef HAVE_SFIO_H + /* Define if you have the <signal.h> header file. */ #undef HAVE_SIGNAL_H + /* Define if you have the <stdio.h> header file. */ + #undef HAVE_STDIO_H + + /* Define if you have the <stdlib.h> header file. */ + #undef HAVE_STDLIB_H + + /* Define if you have the <string.h> header file. */ + #undef HAVE_STRING_H + + /* Define if you have the <strings.h> header file. */ + #undef HAVE_STRINGS_H + + /* Define if you have the <sys/socket.h> header file. */ + #undef HAVE_SYS_SOCKET_H + + /* Define if you have the <sys/stat.h> header file. */ + #undef HAVE_SYS_STAT_H + /* Define if you have the <sys/types.h> header file. */ #undef HAVE_SYS_TYPES_H *************** *** 52,55 **** --- 79,85 ---- /* Define if you have the <ucontext.h> header file. */ #undef HAVE_UCONTEXT_H + + /* Define if you have the <unistd.h> header file. */ + #undef HAVE_UNISTD_H /* Name of package */ |