File: Makefile.glibc

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 (8 lines) | stat: -rw-r--r-- 332 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8

#for glibc2 based systems, e.g. linux and hurd
DEFINES = -D_HAVE_UT_SESSION -D_HAVE_UT_ADDR_V6 -D_HAVE_UT_EXIT \
   -D_HAVE_UT_HOST -D_HAVE_UT_ID -D_HAVE_UT_TV -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