diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-10-11 08:22:03 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-10-11 08:22:03 +0000 |
commit | 4ac23d655fb82977350a7304aae898b343850dd1 (patch) | |
tree | da3c73f0f02ee0e38eb9f979ccb32104a972bd9e | |
parent | 41272e3014696dd2975b919ffdf0119f6cf40b11 (diff) |
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
-rwxr-xr-x | configure | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |