[asterisk-commits] branch mattf/asterisk-ss7 r37804 - /team/mattf/asterisk-ss7/include/asterisk/

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Mon Jul 17 12:36:02 MST 2006


Author: mattf
Date: Mon Jul 17 14:36:01 2006
New Revision: 37804

URL: http://svn.digium.com/view/asterisk?rev=37804&view=rev
Log:
Other little updates created by the autotools

Modified:
    team/mattf/asterisk-ss7/include/asterisk/autoconfig.h.in

Modified: team/mattf/asterisk-ss7/include/asterisk/autoconfig.h.in
URL: http://svn.digium.com/view/asterisk/team/mattf/asterisk-ss7/include/asterisk/autoconfig.h.in?rev=37804&r1=37803&r2=37804&view=diff
==============================================================================
--- team/mattf/asterisk-ss7/include/asterisk/autoconfig.h.in (original)
+++ team/mattf/asterisk-ss7/include/asterisk/autoconfig.h.in Mon Jul 17 14:36:01 2006
@@ -511,12 +511,12 @@
    release 3. */
 #undef SETVBUF_REVERSED
 
-/* The size of a `int', as computed by sizeof. */
+/* The size of `int', as computed by sizeof. */
 #undef SIZEOF_INT
 
 /* If using the C implementation of alloca, define if you know the
    direction of stack growth for your system; otherwise it will be
-   automatically deduced at run-time.
+   automatically deduced at runtime.
 	STACK_DIRECTION > 0 => grows toward higher addresses
 	STACK_DIRECTION < 0 => grows toward lower addresses
 	STACK_DIRECTION = 0 => direction of growth unknown */
@@ -575,7 +575,7 @@
 /* Define to `int' if <sys/types.h> does not define. */
 #undef mode_t
 
-/* Define to `long' if <sys/types.h> does not define. */
+/* Define to `long int' if <sys/types.h> does not define. */
 #undef off_t
 
 /* Define to `int' if <sys/types.h> does not define. */
@@ -584,7 +584,7 @@
 /* Define to rpl_realloc if the replacement function should be used. */
 #undef realloc
 
-/* Define to `unsigned' if <sys/types.h> does not define. */
+/* Define to `unsigned int' if <sys/types.h> does not define. */
 #undef size_t
 
 /* Define to `int' if <sys/types.h> doesn't define. */



More information about the asterisk-commits mailing list