1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-16 03:45:23 +00:00

Remove unused HPUX #define from command line.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27358 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-07-28 16:47:19 +00:00
parent 0934a87e1a
commit cc9fdab3e8

4
configure vendored
View File

@ -7616,10 +7616,6 @@ fi
if amigaos ; then
CFLAGS="$CFLAGS -DNEWLIB -D__USE_INLINE__"
fi
if hpux ; then
# use flag for HPUX missing setenv()
CFLAGS="$CFLAGS -DHPUX"
fi
# Thread support
if linux ; then
CFLAGS="$CFLAGS -D_REENTRANT"