CVS: beepcore-c/threaded_os/utility bp_config.c,1.5,1.6 logconf.c,1.10,1.11 logutil.c,1.10,1.11 logutil.h,1.9,1.10 workthread.c,1.7,1.8 workthread_win32.c,1.2,1.3

Chris Hanson <[email protected]> Fri, 02 Aug 2002 08:08:35 -0700
Newsgroups gmane.network.beep.beepcore.c.cvs
Message-ID <[email protected]>
Update of /cvsroot/beepcore-c/beepcore-c/threaded_os/utility
In directory usw-pr-cvs1:/tmp/cvs-serv31992/threaded_os/utility

Modified Files:
	bp_config.c logconf.c logutil.c logutil.h workthread.c 
	workthread_win32.c 
Log Message:
Reorganize symlinks to be under a single system directory, like this:

#include <beepcore-c/FOO.h>

Change install rules to put them there.


Index: bp_config.c
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/threaded_os/utility/bp_config.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** bp_config.c	27 Mar 2002 08:53:40 -0000	1.5
--- bp_config.c	2 Aug 2002 15:08:32 -0000	1.6
***************
*** 30,40 ****
  #include <unistd.h>
  #endif
! #include "semutex.h"
  
  
! #include "../../utility/xml_parse_constants.h"
! #include "../../utility/bp_malloc.h"
! #include "../../utility/bp_hash.h"
! #include "bp_config.h"
  
  
--- 30,40 ----
  #include <unistd.h>
  #endif
! #include <beepcore-c/semutex.h>
  
  
! #include <beepcore-c/xml_parse_constants.h>
! #include <beepcore-c/bp_malloc.h>
! #include <beepcore-c/bp_hash.h>
! #include <beepcore-c/bp_config.h>
  
  

Index: logconf.c
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/threaded_os/utility/logconf.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** logconf.c	27 Apr 2002 15:02:09 -0000	1.10
--- logconf.c	2 Aug 2002 15:08:32 -0000	1.11
***************
*** 5,10 ****
  #include <string.h>
  #include <errno.h>
! #include "logutil.h"
! #include "../wrapper/bp_wrapper.h"
  
  #ifndef	WIN32
--- 5,10 ----
  #include <string.h>
  #include <errno.h>
! #include <beepcore-c/logutil.h>
! #include <beepcore-c/bp_wrapper.h>
  
  #ifndef	WIN32

Index: logutil.c
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/threaded_os/utility/logutil.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** logutil.c	27 Mar 2002 08:53:40 -0000	1.10
--- logutil.c	2 Aug 2002 15:08:32 -0000	1.11
***************
*** 21,25 ****
   */
  
! #include "logutil.h"
  #include <stdio.h>
  #include <errno.h>
--- 21,25 ----
   */
  
! #include <beepcore-c/logutil.h>
  #include <stdio.h>
  #include <errno.h>

Index: logutil.h
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/threaded_os/utility/logutil.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** logutil.h	1 Jan 2002 00:25:15 -0000	1.9
--- logutil.h	2 Aug 2002 15:08:33 -0000	1.10
***************
*** 24,28 ****
  #define _LOGUTIL_H
  
! #include "bp_config.h"
  
  #ifdef __cplusplus
--- 24,28 ----
  #define _LOGUTIL_H
  
! #include <beepcore-c/bp_config.h>
  
  #ifdef __cplusplus

Index: workthread.c
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/threaded_os/utility/workthread.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** workthread.c	27 Mar 2002 08:53:40 -0000	1.7
--- workthread.c	2 Aug 2002 15:08:33 -0000	1.8
***************
*** 19,27 ****
   *
   */
! #include "../../utility/bp_malloc.h"
! #include "../../utility/bp_queue.h"
! #include "../../core/generic/CBEEPint.h"
! #include "semutex.h"
! #include "workthread.h"
  
  #define TRUE 1
--- 19,27 ----
   *
   */
! #include <beepcore-c/bp_malloc.h>
! #include <beepcore-c/bp_queue.h>
! #include <beepcore-c/CBEEPint.h>
! #include <beepcore-c/semutex.h>
! #include <beepcore-c/workthread.h>
  
  #define TRUE 1

Index: workthread_win32.c
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/threaded_os/utility/workthread_win32.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** workthread_win32.c	30 Oct 2001 06:00:38 -0000	1.2
--- workthread_win32.c	2 Aug 2002 15:08:33 -0000	1.3
***************
*** 28,35 ****
  #include <stdio.h>
  #include <string.h>
! #include "../../utility/bp_malloc.h"
! #include "../../utility/bp_queue.h"
! #include "../../utility/bp_slist_utility.h"
! #include "workthread.h"
  
  
--- 28,35 ----
  #include <stdio.h>
  #include <string.h>
! #include <beepcore-c/bp_malloc.h>
! #include <beepcore-c/bp_queue.h>
! #include <beepcore-c/bp_slist_utility.h>
! #include <beepcore-c/workthread.h>
  
  



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf