aboutsummaryrefslogblamecommitdiff
path: root/korean/helvis/files/patch-aa
blob: 45c81b6a9b387b7ca46686598a1b5b08c9963ebc (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                                                 








                                                                                  
                






                                                                                  
*** config.h.orig	Wed Apr  5 18:21:19 1995
--- config.h	Fri May 24 02:06:52 2002
***************
*** 387,395 ****
--- 387,397 ----
  #endif
  
  /* BSD uses bcopy() instead of memcpy() */
+ /*
  #if BSD && !hpux
  # define memcpy(dest, src, siz)	bcopy(src, dest, siz)
  #endif
+ */
  
  /* BSD uses getwd() instead of getcwd().  The arguments are a little different,
   * but we'll ignore that and hope for the best; adding arguments to the macro
***************
*** 417,423 ****
  
  /******************* Names of files and environment vars **********************/
  
! #ifdef __386BSD__
  # define PRSVDIR	"/var/preserve"
  # define PRSVINDEX	"/var/preserve/Index"
  # define TMPDIR		"/var/tmp"
--- 419,425 ----
  
  /******************* Names of files and environment vars **********************/
  
! #if defined(__386BSD__) || defined(__FreeBSD__)
  # define PRSVDIR	"/var/preserve"
  # define PRSVINDEX	"/var/preserve/Index"
  # define TMPDIR		"/var/tmp"