CVS: beepcore-c/profiles cyrus-profiles.c,1.10,1.11 cyrus-profiles.h,1.6,1.7 null-profiles.c,1.19,1.20 null-profiles.h,1.12,1.13 sasl-profiles.c,1.9,1.10 sasl-profiles.h,1.4,1.5 syslog-raw.c,1.24,1.25 syslog-raw.h,1.7,1.8 tls-profile.c,1.45,1.46 tls-profile.h,1.19,1.20 tuning.h,1.10,1.11
Chris Hanson <[email protected]> Fri, 02 Aug 2002 08:08:34 -0700
| Newsgroups | gmane.network.beep.beepcore.c.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/beepcore-c/beepcore-c/profiles In directory usw-pr-cvs1:/tmp/cvs-serv31992/profiles Modified Files: cyrus-profiles.c cyrus-profiles.h null-profiles.c null-profiles.h sasl-profiles.c sasl-profiles.h syslog-raw.c syslog-raw.h tls-profile.c tls-profile.h tuning.h 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: cyrus-profiles.c =================================================================== RCS file: /cvsroot/beepcore-c/beepcore-c/profiles/cyrus-profiles.c,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** cyrus-profiles.c 1 Aug 2002 23:53:28 -0000 1.10 --- cyrus-profiles.c 2 Aug 2002 15:08:32 -0000 1.11 *************** *** 27,33 **** #define sem_t HANDLE #endif ! #include "cyrus-profiles.h" ! #include "sasl/saslutil.h" ! #include "../threaded_os/utility/logutil.h" /* defines and typedefs */ --- 27,33 ---- #define sem_t HANDLE #endif ! #include <beepcore-c/cyrus-profiles.h> ! #include <sasl/saslutil.h> ! #include <beepcore-c/logutil.h> /* defines and typedefs */ Index: cyrus-profiles.h =================================================================== RCS file: /cvsroot/beepcore-c/beepcore-c/profiles/cyrus-profiles.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** cyrus-profiles.h 12 Jan 2002 23:46:51 -0000 1.6 --- cyrus-profiles.h 2 Aug 2002 15:08:32 -0000 1.7 *************** *** 43,50 **** /* includes */ ! #include "../threaded_os/wrapper/bp_wrapper.h" ! #include "../threaded_os/utility/bp_config.h" ! #include "tuning.h" ! #include "sasl/sasl.h" --- 43,50 ---- /* includes */ ! #include <beepcore-c/bp_wrapper.h> ! #include <beepcore-c/bp_config.h> ! #include <beepcore-c/tuning.h> ! #include <sasl/sasl.h> Index: null-profiles.c =================================================================== RCS file: /cvsroot/beepcore-c/beepcore-c/profiles/null-profiles.c,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** null-profiles.c 20 Jan 2002 23:03:40 -0000 1.19 --- null-profiles.c 2 Aug 2002 15:08:32 -0000 1.20 *************** *** 14,20 **** #endif #include "null-profiles.h" ! #include "tuning.h" ! #include "../threaded_os/utility/logutil.h" ! #include "../threaded_os/utility/semutex.h" --- 14,20 ---- #endif #include "null-profiles.h" ! #include <beepcore-c/tuning.h> ! #include <beepcore-c/logutil.h> ! #include <beepcore-c/semutex.h> Index: null-profiles.h =================================================================== RCS file: /cvsroot/beepcore-c/beepcore-c/profiles/null-profiles.h,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** null-profiles.h 2 Jan 2002 02:11:10 -0000 1.12 --- null-profiles.h 2 Aug 2002 15:08:32 -0000 1.13 *************** *** 46,51 **** /* includes */ ! #include "../threaded_os/utility/bp_config.h" ! #include "../threaded_os/wrapper/bp_wrapper.h" --- 46,51 ---- /* includes */ ! #include <beepcore-c/bp_config.h> ! #include <beepcore-c/bp_wrapper.h> Index: sasl-profiles.c =================================================================== RCS file: /cvsroot/beepcore-c/beepcore-c/profiles/sasl-profiles.c,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** sasl-profiles.c 16 Jan 2002 22:13:24 -0000 1.9 --- sasl-profiles.c 2 Aug 2002 15:08:32 -0000 1.10 *************** *** 32,38 **** #define sem_t HANDLE #endif ! #include "sasl-profiles.h" ! #include "../threaded_os/utility/logutil.h" ! #include "../core/generic/CBEEPint.h" #include "SASLutils/sasl_general.h" --- 32,38 ---- #define sem_t HANDLE #endif ! #include <beepcore-c/sasl-profiles.h> ! #include <beepcore-c/logutil.h> ! #include <beepcore-c/CBEEPint.h> #include "SASLutils/sasl_general.h" Index: sasl-profiles.h =================================================================== RCS file: /cvsroot/beepcore-c/beepcore-c/profiles/sasl-profiles.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** sasl-profiles.h 2 Jan 2002 02:11:10 -0000 1.4 --- sasl-profiles.h 2 Aug 2002 15:08:32 -0000 1.5 *************** *** 44,50 **** /* includes */ ! #include "../threaded_os/wrapper/bp_wrapper.h" ! #include "../threaded_os/utility/bp_config.h" ! #include "tuning.h" --- 44,50 ---- /* includes */ ! #include <beepcore-c/bp_wrapper.h> ! #include <beepcore-c/bp_config.h> ! #include <beepcore-c/tuning.h> Index: syslog-raw.c =================================================================== RCS file: /cvsroot/beepcore-c/beepcore-c/profiles/syslog-raw.c,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** syslog-raw.c 1 Jan 2002 00:25:15 -0000 1.24 --- syslog-raw.c 2 Aug 2002 15:08:32 -0000 1.25 *************** *** 11,15 **** #include "syslog-raw.h" ! #include "../threaded_os/utility/logutil.h" --- 11,15 ---- #include "syslog-raw.h" ! #include <beepcore-c/logutil.h> Index: syslog-raw.h =================================================================== RCS file: /cvsroot/beepcore-c/beepcore-c/profiles/syslog-raw.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** syslog-raw.h 1 Jan 2002 00:25:15 -0000 1.7 --- syslog-raw.h 2 Aug 2002 15:08:32 -0000 1.8 *************** *** 59,64 **** /* includes */ ! #include "../threaded_os/utility/bp_config.h" ! #include "../threaded_os/wrapper/bp_wrapper.h" --- 59,64 ---- /* includes */ ! #include <beepcore-c/bp_config.h> ! #include <beepcore-c/bp_wrapper.h> Index: tls-profile.c =================================================================== RCS file: /cvsroot/beepcore-c/beepcore-c/profiles/tls-profile.c,v retrieving revision 1.45 retrieving revision 1.46 diff -C2 -d -r1.45 -r1.46 *** tls-profile.c 2 Aug 2002 00:01:40 -0000 1.45 --- tls-profile.c 2 Aug 2002 15:08:32 -0000 1.46 *************** *** 30,38 **** #define sem_t HANDLE #endif ! #include "tls-profile.h" ! #include "../threaded_os/wrapper/bp_notify.h" ! #include "../threaded_os/utility/logutil.h" ! #include "../threaded_os/utility/workthread.h" ! #include "../utility/bp_slist_utility.h" #include <openssl/rsa.h> #include <openssl/crypto.h> --- 30,38 ---- #define sem_t HANDLE #endif ! #include <beepcore-c/tls-profile.h> ! #include <beepcore-c/bp_notify.h> ! #include <beepcore-c/logutil.h> ! #include <beepcore-c/workthread.h> ! #include <beepcore-c/bp_slist_utility.h> #include <openssl/rsa.h> #include <openssl/crypto.h> *************** *** 41,46 **** #include <openssl/ssl.h> #include <openssl/err.h> ! #include "../threaded_os/transport/bp_fiostate.h" ! #include "../threaded_os/transport/bp_fpollmgr.h" --- 41,46 ---- #include <openssl/ssl.h> #include <openssl/err.h> ! #include <beepcore-c/bp_fiostate.h> ! #include <beepcore-c/bp_fpollmgr.h> Index: tls-profile.h =================================================================== RCS file: /cvsroot/beepcore-c/beepcore-c/profiles/tls-profile.h,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** tls-profile.h 20 Jan 2002 23:03:40 -0000 1.19 --- tls-profile.h 2 Aug 2002 15:08:32 -0000 1.20 *************** *** 44,50 **** /* includes */ ! #include "../threaded_os/wrapper/bp_wrapper.h" ! #include "../threaded_os/utility/bp_config.h" ! #include "tuning.h" --- 44,50 ---- /* includes */ ! #include <beepcore-c/bp_wrapper.h> ! #include <beepcore-c/bp_config.h> ! #include <beepcore-c/tuning.h> Index: tuning.h =================================================================== RCS file: /cvsroot/beepcore-c/beepcore-c/profiles/tuning.h,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** tuning.h 20 Jan 2002 23:03:40 -0000 1.10 --- tuning.h 2 Aug 2002 15:08:32 -0000 1.11 *************** *** 6,10 **** /* includes */ ! #include "../threaded_os/utility/bp_config.h" --- 6,10 ---- /* includes */ ! #include <beepcore-c/bp_config.h> ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf