File: diff.hpux

package info (click to toggle)
xsok 1.02-23
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,864 kB
  • sloc: ansic: 3,990; makefile: 72; sh: 16
file content (31 lines) | stat: -rw-r--r-- 1,135 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
*** src/Imakefile	Thu Nov 24 15:19:07 1994
--- src/Imakefile.hpux	Thu Nov 24 15:50:51 1994
***************
*** 35,47 ****
  # part of the POSIX standard.)
  # Remove this define, if you do not have this function.
  # affected file(s): username.c
! NET_DEFINE = -DBSD_NETKIT
  
  # 5.) For the replay option, we need the possibility to sleep for a short
  # period of time. This can be done by the usleep() function.
  # Remove this, if you need usleep() emulation code.
  # affected file(s): X-gfx.c
! SLEEP_DEFINE = -DHAVE_USLEEP
  
  # BINDIR and LIBDIR should be predefined by the templates
  # BINDIR = /usr/bin/X11
--- 35,47 ----
  # part of the POSIX standard.)
  # Remove this define, if you do not have this function.
  # affected file(s): username.c
! NET_DEFINE = #-DBSD_NETKIT
  
  # 5.) For the replay option, we need the possibility to sleep for a short
  # period of time. This can be done by the usleep() function.
  # Remove this, if you need usleep() emulation code.
  # affected file(s): X-gfx.c
! SLEEP_DEFINE = #-DHAVE_USLEEP
  
  # BINDIR and LIBDIR should be predefined by the templates
  # BINDIR = /usr/bin/X11