|
From: <ato...@us...> - 2003-02-26 18:17:00
|
Update of /cvsroot/libaim/libaim-ac
In directory sc8-pr-cvs1:/tmp/cvs-serv7012
Modified Files:
config.h.in configure
Log Message:
- Updated configuration files so jaim (client example) and aimd (server
example) are compiled.
- aimsession.cpp: I did something, but I don't remember what.
- server.cpp: Fixed a few warnings.
Index: config.h.in
===================================================================
RCS file: /cvsroot/libaim/libaim-ac/config.h.in,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** config.h.in 26 Feb 2003 14:25:08 -0000 1.1.1.1
--- config.h.in 26 Feb 2003 18:16:53 -0000 1.2
***************
*** 1,59 ****
! /* config.h.in. Generated automatically from configure.in by autoheader. */
! /* Define if you have the <arpa/inet.h> header file. */
#undef HAVE_ARPA_INET_H
! /* Define if you have the <assert.h> header file. */
#undef HAVE_ASSERT_H
! /* Define if you have the <ctype.h> header file. */
#undef HAVE_CTYPE_H
! /* Define if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
! /* Define if you have the <errno.h> header file. */
#undef HAVE_ERRNO_H
! /* Define if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
! /* Define if you have the <iomanip> header file. */
#undef HAVE_IOMANIP
! /* Define if you have the <iostream> header file. */
#undef HAVE_IOSTREAM
! /* Define if you have the <list> header file. */
#undef HAVE_LIST
! /* Define if you have the <netdb.h> header file. */
#undef HAVE_NETDB_H
! /* Define if you have the <netinet/in.h> header file. */
#undef HAVE_NETINET_IN_H
! /* Define if you have the <pwd.h> header file. */
#undef HAVE_PWD_H
! /* Define if you have the <stdexcept> header file. */
#undef HAVE_STDEXCEPT
! /* Define if you have the <string> header file. */
#undef HAVE_STRING
! /* Define if you have the <string.h> header file. */
#undef HAVE_STRING_H
! /* Define if you have the <sys/socket.h> header file. */
#undef HAVE_SYS_SOCKET_H
! /* Define if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
! /* Define if you have the <time.h> header file. */
#undef HAVE_TIME_H
! /* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
--- 1,77 ----
! /* config.h.in. Generated from configure.in by autoheader. */
! /* Define to 1 if you have the <arpa/inet.h> header file. */
#undef HAVE_ARPA_INET_H
! /* Define to 1 if you have the <assert.h> header file. */
#undef HAVE_ASSERT_H
! /* Define to 1 if you have the <ctype.h> header file. */
#undef HAVE_CTYPE_H
! /* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
! /* Define to 1 if you have the <errno.h> header file. */
#undef HAVE_ERRNO_H
! /* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
! /* Define to 1 if you have the <inttypes.h> header file. */
! #undef HAVE_INTTYPES_H
!
! /* Define to 1 if you have the <iomanip> header file. */
#undef HAVE_IOMANIP
! /* Define to 1 if you have the <iostream> header file. */
#undef HAVE_IOSTREAM
! /* Define to 1 if you have the <list> header file. */
#undef HAVE_LIST
! /* Define to 1 if you have the <memory.h> header file. */
! #undef HAVE_MEMORY_H
!
! /* Define to 1 if you have the <netdb.h> header file. */
#undef HAVE_NETDB_H
! /* Define to 1 if you have the <netinet/in.h> header file. */
#undef HAVE_NETINET_IN_H
! /* Define to 1 if you have the <pwd.h> header file. */
#undef HAVE_PWD_H
! /* Define to 1 if you have the <stdexcept> header file. */
#undef HAVE_STDEXCEPT
! /* Define to 1 if you have the <stdint.h> header file. */
! #undef HAVE_STDINT_H
!
! /* Define to 1 if you have the <stdlib.h> header file. */
! #undef HAVE_STDLIB_H
!
! /* Define to 1 if you have the <string> header file. */
#undef HAVE_STRING
! /* Define to 1 if you have the <strings.h> header file. */
! #undef HAVE_STRINGS_H
!
! /* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
! /* Define to 1 if you have the <sys/socket.h> header file. */
#undef HAVE_SYS_SOCKET_H
! /* Define to 1 if you have the <sys/stat.h> header file. */
! #undef HAVE_SYS_STAT_H
!
! /* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
! /* Define to 1 if you have the <time.h> header file. */
#undef HAVE_TIME_H
! /* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
***************
*** 61,65 ****
#undef PACKAGE
! /* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
--- 79,98 ----
#undef PACKAGE
! /* Define to the address where bug reports for this package should be sent. */
! #undef PACKAGE_BUGREPORT
!
! /* Define to the full name of this package. */
! #undef PACKAGE_NAME
!
! /* Define to the full name and version of this package. */
! #undef PACKAGE_STRING
!
! /* Define to the one symbol short name of this package. */
! #undef PACKAGE_TARNAME
!
! /* Define to the version of this package. */
! #undef PACKAGE_VERSION
!
! /* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
Index: configure
===================================================================
RCS file: /cvsroot/libaim/libaim-ac/configure,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** configure 26 Feb 2003 14:25:16 -0000 1.1.1.1
--- configure 26 Feb 2003 18:16:53 -0000 1.2
***************
*** 1,10 ****
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
! # Generated by Autoconf 2.52.
#
! # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc.
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.
# Find the correct PATH separator. Usually this is `:', but
[...7966 lines suppressed...]
{ (exit 0); exit 0; }
! EOF
chmod +x $CONFIG_STATUS
ac_clean_files=$ac_clean_files_save
# configure is writing to config.log, and then calls config.status.
--- 9570,9582 ----
esac
done
! _ACEOF
! cat >>$CONFIG_STATUS <<\_ACEOF
{ (exit 0); exit 0; }
! _ACEOF
chmod +x $CONFIG_STATUS
ac_clean_files=$ac_clean_files_save
+
# configure is writing to config.log, and then calls config.status.
|