File: Makefile.hpux

package info (click to toggle)
python-utmp 0.9-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 196 kB
  • sloc: python: 797; ansic: 583; makefile: 49; sh: 2
file content (9 lines) | stat: -rw-r--r-- 284 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9

#for HP-UX B.10.20
DEFINES = -D_HAVE_UT_TYPE -D_HAVE_UT_PID -D_HAVE_UT_ID -D_HAVE_UT_EXIT \
   -D_HAVE_UT_HOST -D_HAVE_UT_USER \
   -D_HAVE_UTMPNAME -D_HAVE_SETUTENT -D_HAVE_GETUTENT \
   -D_HAVE_ENDUTENT -D_HAVE_GETUTID -D_HAVE_GETUTLINE -D_HAVE_PUTUTLINE

include Makefile.common