[Asterisk-cvs] asterisk/include/asterisk acl.h, 1.11, 1.12 adsi.h, 1.7, 1.8 astobj.h, 1.11, 1.12 astosp.h, 1.2, 1.3 cdr.h, 1.22, 1.23 channel.h, 1.81, 1.82 chanvars.h, 1.5, 1.6 config.h, 1.19, 1.20 crypto.h, 1.5, 1.6 cvsid.h, 1.3, 1.4 dundi.h, 1.8, 1.9 enum.h, 1.4, 1.5 file.h, 1.22, 1.23 frame.h, 1.48, 1.49 indications.h, 1.3, 1.4 io.h, 1.6, 1.7 linkedlists.h, 1.11, 1.12 manager.h, 1.13, 1.14 monitor.h, 1.3, 1.4 pbx.h, 1.43, 1.44 rtp.h, 1.21, 1.22 say.h, 1.11, 1.12 translate.h, 1.7, 1.8 utils.h, 1.27, 1.28 vmodem.h, 1.18, 1.19

kpfleming at lists.digium.com kpfleming at lists.digium.com
Thu Apr 21 01:12:05 CDT 2005


Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv6707/include/asterisk

Modified Files:
	acl.h adsi.h astobj.h astosp.h cdr.h channel.h chanvars.h 
	config.h crypto.h cvsid.h dundi.h enum.h file.h frame.h 
	indications.h io.h linkedlists.h manager.h monitor.h pbx.h 
	rtp.h say.h translate.h utils.h vmodem.h 
Log Message:
use double-quotes instead of angle-brackets for non-system include files (bug #4058)


Index: acl.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/acl.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- acl.h	9 Mar 2005 05:48:11 -0000	1.11
+++ acl.h	21 Apr 2005 06:02:44 -0000	1.12
@@ -20,8 +20,8 @@
 #endif
 
 #include <netinet/in.h>
-#include <asterisk/io.h>
-#include <asterisk/astobj.h>
+#include "asterisk/io.h"
+#include "asterisk/astobj.h"
 
 #define AST_SENSE_DENY                  0
 #define AST_SENSE_ALLOW                 1

Index: adsi.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/adsi.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- adsi.h	6 Apr 2005 05:11:48 -0000	1.7
+++ adsi.h	21 Apr 2005 06:02:44 -0000	1.8
@@ -16,7 +16,7 @@
 
 #ifndef _ADSI_H
 #define _ADSI_H
-#include <asterisk/callerid.h>
+#include "asterisk/callerid.h"
 
 /* ADSI Message types */
 #define ADSI_MSG_DISPLAY	132

Index: astobj.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/astobj.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- astobj.h	21 Jan 2005 07:06:25 -0000	1.11
+++ astobj.h	21 Apr 2005 06:02:44 -0000	1.12
@@ -15,7 +15,7 @@
 #define _ASTERISK_ASTOBJ_H
 
 #include <string.h>
-#include <asterisk/lock.h>
+#include "asterisk/lock.h"
 
 /*!
   \file astobj.h

Index: astosp.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/astosp.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- astosp.h	25 Jun 2004 05:52:55 -0000	1.2
+++ astosp.h	21 Apr 2005 06:02:44 -0000	1.3
@@ -13,7 +13,7 @@
 
 #ifndef _ASTERISK_OSP_H
 #define _ASTERISK_OSP_H
-#include <asterisk/channel.h>
+#include "asterisk/channel.h"
 #include <netinet/in.h>
 #include <time.h>
 

Index: cdr.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/cdr.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- cdr.h	29 Mar 2005 06:16:49 -0000	1.22
+++ cdr.h	21 Apr 2005 06:02:44 -0000	1.23
@@ -17,7 +17,7 @@
 #ifndef _CDR_H
 #define _CDR_H
 
-#include <asterisk/channel.h>
+#include "asterisk/channel.h"
 #include <sys/time.h>
 #define AST_CDR_FLAG_KEEP_VARS		(1 << 0)
 #define AST_CDR_FLAG_POSTED			(1 << 1)

Index: channel.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/channel.h,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- channel.h	1 Apr 2005 17:00:50 -0000	1.81
+++ channel.h	21 Apr 2005 06:02:44 -0000	1.82
@@ -17,14 +17,14 @@
 #ifdef SOLARIS
 #include <solaris-compat/compat.h>
 #endif
-#include <asterisk/frame.h>
-#include <asterisk/sched.h>
-#include <asterisk/chanvars.h>
+#include "asterisk/frame.h"
+#include "asterisk/sched.h"
+#include "asterisk/chanvars.h"
 
 #include <unistd.h>
 #include <setjmp.h>
 #if defined(__APPLE__)
-#include <asterisk/poll-compat.h>
+#include "asterisk/poll-compat.h"
 #else
 #include <sys/poll.h>
 #endif
@@ -33,14 +33,14 @@
 extern "C" {
 #endif
 
-#include <asterisk/lock.h>
+#include "asterisk/lock.h"
 
 /*! Max length of an extension */
 #define AST_MAX_EXTENSION 80
 
-#include <asterisk/cdr.h>
-#include <asterisk/monitor.h>
-#include <asterisk/utils.h>
+#include "asterisk/cdr.h"
+#include "asterisk/monitor.h"
+#include "asterisk/utils.h"
 
 
 #define AST_CHANNEL_NAME 80

Index: chanvars.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/chanvars.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- chanvars.h	1 Nov 2004 15:48:42 -0000	1.5
+++ chanvars.h	21 Apr 2005 06:02:44 -0000	1.6
@@ -14,7 +14,7 @@
 #ifndef _ASTERISK_CHANVARS_INCLUDE
 #define _ASTERISK_CHANVARS_INCLUDE
 
-#include <asterisk/linkedlists.h>
+#include "asterisk/linkedlists.h"
 
 struct ast_var_t {
 	AST_LIST_ENTRY(ast_var_t) entries;

Index: config.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/config.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- config.h	26 Jan 2005 02:39:22 -0000	1.19
+++ config.h	21 Apr 2005 06:02:44 -0000	1.20
@@ -36,7 +36,7 @@
 	char stuff[0];
 };
 
-#include <asterisk/config_old.h>
+#include "asterisk/config_old.h"
 
 typedef struct ast_config *config_load_func(const char *database, const char *table, const char *configfile, struct ast_config *config);
 typedef struct ast_variable *realtime_var_get(const char *database, const char *table, va_list ap);

Index: crypto.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/crypto.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- crypto.h	15 Jan 2005 23:48:12 -0000	1.5
+++ crypto.h	21 Apr 2005 06:02:44 -0000	1.6
@@ -14,8 +14,8 @@
 #ifndef _ASTERISK_CRYPTO_H
 #define _ASTERISK_CRYPTO_H
 
-#include <asterisk/channel.h>
-#include <asterisk/file.h>
+#include "asterisk/channel.h"
+#include "asterisk/file.h"
 
 #if defined(__cplusplus) || defined(c_plusplus)
 extern "C" {

Index: cvsid.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/cvsid.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- cvsid.h	21 Jan 2005 07:06:25 -0000	1.3
+++ cvsid.h	21 Apr 2005 06:02:44 -0000	1.4
@@ -35,7 +35,7 @@
 /*
  * To use this macro, in the source file put the lines:
  *
- * #include <asterisk/cvsid.h>
+ * #include "asterisk/cvsid.h"
  * #ifndef lint
  * CVSID("$Id$");
  * #endif

Index: dundi.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/dundi.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- dundi.h	13 Apr 2005 23:33:47 -0000	1.8
+++ dundi.h	21 Apr 2005 06:02:44 -0000	1.9
@@ -11,7 +11,7 @@
 #ifndef _ASTERISK_DUNDI_H 
 #define _ASTERISK_DUNDI_H
 
-#include <asterisk/channel.h>
+#include "asterisk/channel.h"
 
 #define DUNDI_PORT 4520
 

Index: enum.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/enum.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- enum.h	2 Mar 2005 05:17:13 -0000	1.4
+++ enum.h	21 Apr 2005 06:02:44 -0000	1.5
@@ -17,7 +17,7 @@
 
 #ifndef _ASTERISK_ENUM_H
 #define _ASTERISK_ENUM_H
-#include <asterisk/channel.h>
+#include "asterisk/channel.h"
 /*! \brief Lookup entry in ENUM Returns 1 if found, 0 if not found, -1 on hangup 
 	\param chan	Channel
 	\param number	Number in E164 format without the + (for e164.arpa) or format 

Index: file.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/file.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- file.h	13 Feb 2005 17:02:39 -0000	1.22
+++ file.h	21 Apr 2005 06:02:44 -0000	1.23
@@ -14,8 +14,8 @@
 #ifndef _ASTERISK_FILE_H
 #define _ASTERISK_FILE_H
 
-#include <asterisk/channel.h>
-#include <asterisk/frame.h>
+#include "asterisk/channel.h"
+#include "asterisk/frame.h"
 #include <fcntl.h>
 
 

Index: frame.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/frame.h,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- frame.h	5 Apr 2005 17:04:51 -0000	1.48
+++ frame.h	21 Apr 2005 06:02:44 -0000	1.49
@@ -22,7 +22,7 @@
 
 #include <sys/types.h>
 #include <sys/time.h>
-#include <asterisk/endian.h>
+#include "asterisk/endian.h"
 
 struct ast_codec_pref {
 	char order[32];

Index: indications.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/indications.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- indications.h	13 Aug 2003 15:25:16 -0000	1.3
+++ indications.h	21 Apr 2005 06:02:44 -0000	1.4
@@ -22,7 +22,7 @@
 #ifndef _ASTERISK_INDICATIONS_H
 #define _ASTERISK_INDICATIONS_H
 
-#include <asterisk/lock.h>
+#include "asterisk/lock.h"
 
 /* forward reference */
 struct ast_channel;

Index: io.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/io.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- io.h	15 Jan 2005 23:48:12 -0000	1.6
+++ io.h	21 Apr 2005 06:02:44 -0000	1.7
@@ -15,7 +15,7 @@
 #define _IO_H
 
 #ifdef __APPLE__
-#include <asterisk/poll-compat.h>
+#include "asterisk/poll-compat.h"
 #else
 #include <sys/poll.h>		/* For POLL* constants */
 #endif

Index: linkedlists.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/linkedlists.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- linkedlists.h	6 Apr 2005 02:06:27 -0000	1.11
+++ linkedlists.h	21 Apr 2005 06:02:44 -0000	1.12
@@ -1,7 +1,7 @@
 #ifndef ASTERISK_LINKEDLISTS_H
 #define ASTERISK_LINKEDLISTS_H
 
-#include <asterisk/lock.h>
+#include "asterisk/lock.h"
 
 /*!
   \file linkedlists.h

Index: manager.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/manager.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- manager.h	22 Mar 2005 19:09:12 -0000	1.13
+++ manager.h	21 Apr 2005 06:02:44 -0000	1.14
@@ -23,7 +23,7 @@
 #include <netinet/in.h>
 #include <arpa/inet.h>
 
-#include <asterisk/lock.h>
+#include "asterisk/lock.h"
 
 /*!
   \file manager.h

Index: monitor.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/monitor.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- monitor.h	15 Jan 2005 23:48:12 -0000	1.3
+++ monitor.h	21 Apr 2005 06:02:44 -0000	1.4
@@ -3,7 +3,7 @@
 
 #include <stdio.h>
 
-#include <asterisk/channel.h>
+#include "asterisk/channel.h"
 
 struct ast_channel;
 

Index: pbx.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/pbx.h,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- pbx.h	29 Mar 2005 06:16:49 -0000	1.43
+++ pbx.h	21 Apr 2005 06:02:44 -0000	1.44
@@ -13,8 +13,8 @@
 #ifndef _ASTERISK_PBX_H
 #define _ASTERISK_PBX_H
 
-#include <asterisk/sched.h>
-#include <asterisk/channel.h>
+#include "asterisk/sched.h"
+#include "asterisk/channel.h"
 
 #if defined(__cplusplus) || defined(c_plusplus)
 extern "C" {

Index: rtp.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/rtp.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- rtp.h	5 Apr 2005 23:34:56 -0000	1.21
+++ rtp.h	21 Apr 2005 06:02:44 -0000	1.22
@@ -14,10 +14,10 @@
 #ifndef _ASTERISK_RTP_H
 #define _ASTERISK_RTP_H
 
-#include <asterisk/frame.h>
-#include <asterisk/io.h>
-#include <asterisk/sched.h>
-#include <asterisk/channel.h>
+#include "asterisk/frame.h"
+#include "asterisk/io.h"
+#include "asterisk/sched.h"
+#include "asterisk/channel.h"
 
 #include <netinet/in.h>
 

Index: say.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/say.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- say.h	13 Nov 2004 16:13:07 -0000	1.11
+++ say.h	21 Apr 2005 06:02:44 -0000	1.12
@@ -14,8 +14,8 @@
 #ifndef _ASTERISK_SAY_H
 #define _ASTERISK_SAY_H
 
-#include <asterisk/channel.h>
-#include <asterisk/file.h>
+#include "asterisk/channel.h"
+#include "asterisk/file.h"
 
 #include <time.h>
 

Index: translate.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/translate.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- translate.h	17 Mar 2005 21:30:19 -0000	1.7
+++ translate.h	21 Apr 2005 06:02:44 -0000	1.8
@@ -20,8 +20,8 @@
 extern "C" {
 #endif
 
-#include <asterisk/frame.h>
-#include <asterisk/plc.h>
+#include "asterisk/frame.h"
+#include "asterisk/plc.h"
 
 /* Declared by individual translators */
 struct ast_translator_pvt;

Index: utils.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/utils.h,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- utils.h	17 Mar 2005 23:12:15 -0000	1.27
+++ utils.h	21 Apr 2005 06:02:44 -0000	1.28
@@ -18,7 +18,7 @@
 #include <netinet/in.h>
 #include <netdb.h>
 #include <pthread.h>
-#include <asterisk/lock.h>
+#include "asterisk/lock.h"
 #include <limits.h>
 
 /* Note:

Index: vmodem.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/vmodem.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- vmodem.h	26 Mar 2005 07:12:19 -0000	1.18
+++ vmodem.h	21 Apr 2005 06:02:44 -0000	1.19
@@ -14,8 +14,8 @@
 #ifndef _ASTERISK_VMODEM_H
 #define _ASTERISK_VMODEM_H
 
-#include <asterisk/frame.h>
-#include <asterisk/channel.h>
+#include "asterisk/frame.h"
+#include "asterisk/channel.h"
 
 #define CHAR_DLE		0x10
 #define CHAR_ETX		0x03




More information about the svn-commits mailing list