Enlightenment CVS committal

Author  : mej
Project : eterm
Module  : libast

Dir     : eterm/libast/include/libast


Modified Files:
        .cvsignore sysdefs.h.in 


Log Message:
Wed Nov 26 21:07:16 2003                        Michael Jennings (mej)

Working on cleaning up namespace issues.

===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/include/libast/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- .cvsignore  3 Mar 2002 06:47:48 -0000       1.2
+++ .cvsignore  27 Nov 2003 02:08:06 -0000      1.3
@@ -1,3 +1,5 @@
 Makefile
 Makefile.in
 types.h
+stamp-h*
+sysdefs.h
===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/include/libast/sysdefs.h.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- sysdefs.h.in        26 Nov 2003 23:49:46 -0000      1.1
+++ sysdefs.h.in        27 Nov 2003 02:08:06 -0000      1.2
@@ -29,8 +29,8 @@
  * LibAST headers need are defined one way or the other.
  *
  * @author Michael Jennings <[EMAIL PROTECTED]>
- * @version $Revision: 1.1 $
- * @date $Date: 2003/11/26 23:49:46 $
+ * @version $Revision: 1.2 $
+ * @date $Date: 2003/11/27 02:08:06 $
  */
 
 #ifndef _LIBAST_SYSDEFS_H_
@@ -53,30 +53,52 @@
 # endif
 #endif
 
+/* The LibAST version string. */
 #ifndef LIBAST_VERSION
 #  define LIBAST_VERSION 0
 #endif
+
+/* Support for the X Window system. */
 #ifndef LIBAST_X11_SUPPORT
 #  define LIBAST_X11_SUPPORT 0
 #endif
+
+/* Support for the Imlib2 image library. */
 #ifndef LIBAST_IMLIB2_SUPPORT
 #  define LIBAST_IMLIB2_SUPPORT 0
 #endif
+
+/* Support for MMX instructions. */
 #ifndef LIBAST_MMX_SUPPORT
 #  define LIBAST_MMX_SUPPORT 0
 #endif
+
+/* Regexp's based on Perl's PCRE, or... */
 #ifndef LIBAST_REGEXP_SUPPORT_PCRE
 #  define LIBAST_REGEXP_SUPPORT_PCRE 0
 #endif
+
+/* ...standard POSIX regexp support, or... */
 #ifndef LIBAST_REGEXP_SUPPORT_POSIX
 #  define LIBAST_REGEXP_SUPPORT_POSIX 0
 #endif
+
+/* ...BSD-style regexp support. */
 #ifndef LIBAST_REGEXP_SUPPORT_BSD
 #  define LIBAST_REGEXP_SUPPORT_BSD 0
 #endif
+
+/* Support for backquote execution in config files. */
 #ifndef ALLOW_BACKQUOTE_EXEC
 #  define ALLOW_BACKQUOTE_EXEC 0
 #endif
+
+/* App-definable; requests 0.5 API compatibility (pollutes namespace). */
+#ifndef LIBAST_COMPAT_05_API
+#  define LIBAST_COMPAT_05_API 0
+#endif
+
+/* A bunch of security checks. */
 #ifndef HAVE_RLIMIT_MEMLOCK
 #  define HAVE_RLIMIT_MEMLOCK 0
 #endif
@@ -95,6 +117,8 @@
 #ifndef HAVE_VSNPRINTF_BUG
 #  define HAVE_VSNPRINTF_BUG 0
 #endif
+
+/* Sizes of basic variables. */
 #ifndef SIZEOF_CHAR
 #  define SIZEOF_CHAR 0
 #endif
@@ -110,6 +134,8 @@
 #ifndef SIZEOF_SHORT
 #  define SIZEOF_SHORT 0
 #endif
+
+/* Substitutes for some non-standard functions. */
 #ifndef HAVE_MEMMEM
 #  define HAVE_MEMMEM 0
 #endif
@@ -119,9 +145,6 @@
 #ifndef HAVE_PUTENV
 #  define HAVE_PUTENV 0
 #endif
-#ifndef HAVE_SNPRINTF
-#  define HAVE_SNPRINTF 0
-#endif
 #ifndef HAVE_STRCASECHR
 #  define HAVE_STRCASECHR 0
 #endif
@@ -143,9 +166,14 @@
 #ifndef HAVE_USLEEP
 #  define HAVE_USLEEP 0
 #endif
+#ifndef HAVE_SNPRINTF
+#  define HAVE_SNPRINTF 0
+#endif
 #ifndef HAVE_VSNPRINTF
 #  define HAVE_VSNPRINTF 0
 #endif
+
+/* Header checks used in libast.h */
 #ifndef TIME_WITH_SYS_TIME
 #  define TIME_WITH_SYS_TIME 0
 #endif




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to