On Sat, 17 Jul 2010, Enlightenment SVN wrote:

> Log:
>  Remove #define PATH_MAX
>
>
> Author:       watchwolf
> Date:         2010-07-17 03:34:27 -0700 (Sat, 17 Jul 2010)
> New Revision: 50306
>
> Modified:
>  trunk/enlil/doc/Makefile.in trunk/enlil/src/define.h
>
> Modified: trunk/enlil/doc/Makefile.in

Why is Makefile.IN modified ? This file should even not be in the repo

Vincent

> ===================================================================
> --- trunk/enlil/doc/Makefile.in       2010-07-17 09:57:50 UTC (rev 50305)
> +++ trunk/enlil/doc/Makefile.in       2010-07-17 10:34:27 UTC (rev 50306)
> @@ -38,7 +38,10 @@
> DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
> ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
> am__aclocal_m4_deps = $(top_srcdir)/m4/efl_doxygen.m4 \
> -     $(top_srcdir)/m4/efl_pthread.m4 $(top_srcdir)/configure.ac
> +     $(top_srcdir)/m4/efl_pthread.m4 $(top_srcdir)/m4/libtool.m4 \
> +     $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
> +     $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
> +     $(top_srcdir)/configure.ac
> am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
>       $(ACLOCAL_M4)
> mkinstalldirs = $(install_sh) -d
>
> Modified: trunk/enlil/src/define.h
> ===================================================================
> --- trunk/enlil/src/define.h  2010-07-17 09:57:50 UTC (rev 50305)
> +++ trunk/enlil/src/define.h  2010-07-17 10:34:27 UTC (rev 50306)
> @@ -12,7 +12,6 @@
> #define FLICKR_SECRET "0fcf42e527115702"
> #define FLICKR_AUTH_URL "http://www.flickr.com/auth-72157622943823433";
>
> -#define PATH_MAX 2048
> #define TEMP "/tmp/"
> #define FREE(p) do { if(p){ free(p); p=NULL;} }while(0)
> #define PCLOSE(p) do {if(p){pclose(p); p=NULL;} }while(0)
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by Sprint
> What will you do first with EVO, the first 4G phone?
> Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
>

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to