Commit b2b6cc0a by Per Bothner

(FIXPROTO_DEFINES): Define _HPUX_SOURCE so putenv gets seen.

From-SVN: r9415
parent 7198acbe
...@@ -12,3 +12,6 @@ TAROUTOPTS = xpf ...@@ -12,3 +12,6 @@ TAROUTOPTS = xpf
# You must set CFLAGS to empty on version 5. # You must set CFLAGS to empty on version 5.
# You must get alloca.c from GNU Emacs. # You must get alloca.c from GNU Emacs.
# So putenv and other functions get seen by fixproto.
FIXPROTO_DEFINES = -D_HPUX_SOURCE
...@@ -12,3 +12,6 @@ X_CFLAGS= -I../hp-include ...@@ -12,3 +12,6 @@ X_CFLAGS= -I../hp-include
# Version 5 of HPUX had a compiler bug that made it crash with -g. # Version 5 of HPUX had a compiler bug that made it crash with -g.
# You must set CFLAGS to empty on version 5. # You must set CFLAGS to empty on version 5.
# So putenv and other functions get seen by fixproto.
FIXPROTO_DEFINES = -D_HPUX_SOURCE
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment