Mercurial > mplayer.hg
changeset 27711:f601ccc71eb3
Do not provide a prototype for setenv in config.h, we do not provide a
prototype for all the other functions that we have in osdep/.
author | diego |
---|---|
date | Sat, 11 Oct 2008 08:22:03 +0000 |
parents | b04b6b6d68ca |
children | daff903e23e2 |
files | configure |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Fri Oct 10 21:56:03 2008 +0000 +++ b/configure Sat Oct 11 08:22:03 2008 +0000 @@ -8118,9 +8118,6 @@ /* Define this if your system has setenv */ $_def_setenv -#ifndef HAVE_SETENV -int setenv(const char *name, const char *val, int overwrite); -#endif /* Define this if your system has strsep */ $_def_strsep