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/.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27743 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-10-11 08:22:03 +00:00
parent 41272e3014
commit 4ac23d655f
1 changed files with 0 additions and 3 deletions

3
configure vendored
View File

@ -8118,9 +8118,6 @@ $_def_glob
/* 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