efl/legacy
doursse ef5ef75eab * configure.ac:
* src/lib/dlfcn/dlfcn.h:
* src/lib/mman/sys/mman.h:
define EFL_EVIL_MMAN_BUILD and EFL_EVIL_DLFCN_BUILD so
that functions in Evil.h are not declared as import
* src/lib/evil.c: (setenv), (unsetenv), (realpath),
(evil_sockets_init), (evil_sockets_shutdown), (evil_pipe),
(evil_tmpdir_get), (evil_homedir_get):
rename pipe() to evil_pipe().
set tmpdir to "Temp" and homedir to "My Documents" on WinCE
* src/lib/Evil.h:
define pipe() as evil_pipe(). This allow to use our pipe()
implementation to be usedwith cegcc, as it is broken on that
platform.
move the defines at the end of the file


SVN revision: 34787
2008-06-10 07:16:53 +00:00
..
ecore add guards around config.h 2008-06-09 18:16:24 +00:00
edje reorganize header files inclusion. Fix some problems when compiling on Windows 2008-06-07 10:06:14 +00:00
eet Initialize ef->writes_pending. 2008-06-09 03:19:25 +00:00
efreet * add efreet garbage data check 2008-05-29 02:00:04 +00:00
embryo fix headers order for vc++ compiler. Tanks to Dmitriy Mazovka 2008-05-31 06:24:46 +00:00
emotion remove debug message 2008-05-15 17:46:13 +00:00
evas cvsignore++ 2008-06-09 08:59:09 +00:00
evil * configure.ac: 2008-06-10 07:16:53 +00:00