summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-11 08:22:03 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-11 08:22:03 +0000
commit4ac23d655fb82977350a7304aae898b343850dd1 (patch)
treeda3c73f0f02ee0e38eb9f979ccb32104a972bd9e /configure
parent41272e3014696dd2975b919ffdf0119f6cf40b11 (diff)
downloadmpv-4ac23d655fb82977350a7304aae898b343850dd1.tar.bz2
mpv-4ac23d655fb82977350a7304aae898b343850dd1.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure b/configure
index 48e8d39a4b..82bf56a13f 100755
--- a/configure
+++ b/configure
@@ -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