summaryrefslogtreecommitdiff
path: root/comms/yaps/files/patch-config.h
blob: 99b334376fb5524f91bd9627b4be4ad50cd8c2f6 (plain) (blame)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
*** config.h.orig	Tue Sep 29 15:15:25 1998
--- config.h	Tue Sep 29 15:24:15 1998
***************
*** 27,31 ****
   * in sys/time.h
   */
! # define	HAVE_SYS_SELECT_H	0
  
  /*
--- 27,31 ----
   * in sys/time.h
   */
! # define	HAVE_SYS_SELECT_H	1
  
  /*
***************
*** 33,37 ****
   * conversion/classification
   */
! # define	HAVE_LOCALE_H		0
  
  /*
--- 33,37 ----
   * conversion/classification
   */
! # define	HAVE_LOCALE_H		1
  
  /*
***************
*** 39,48 ****
   * very weak replacement is used to find matching services
   */
! # define	HAVE_REGEX_H		0
  
  /*
   * one of these is required for SysV like lockfiles
   */
! # define	HAVE_SYS_SYSMACROS_H	1
  # define	HAVE_SYS_MKDEV_H	0
  
--- 39,48 ----
   * very weak replacement is used to find matching services
   */
! # define	HAVE_REGEX_H		1
  
  /*
   * one of these is required for SysV like lockfiles
   */
! # define	HAVE_SYS_SYSMACROS_H	0
  # define	HAVE_SYS_MKDEV_H	0
  
***************
*** 62,72 ****
   * to get valid return values from localtime
   */
! # define	HAVE_TZSET		0
  
  /*
   * If these are not set, chmod()/chown() are used
   */
! # define	HAVE_FCHMOD		0
! # define	HAVE_FCHOWN		0
  
  /*
--- 62,72 ----
   * to get valid return values from localtime
   */
! # define	HAVE_TZSET		1
  
  /*
   * If these are not set, chmod()/chown() are used
   */
! # define	HAVE_FCHMOD		1
! # define	HAVE_FCHOWN		1
  
  /*
***************
*** 74,78 ****
   * longjmp() from the signal handler leads into chaos
   */
! # define	HAVE_SIGSETJMP		0
  
  /*
--- 74,78 ----
   * longjmp() from the signal handler leads into chaos
   */
! # define	HAVE_SIGSETJMP		1
  
  /*
***************
*** 106,110 ****
   * set this to 1, otherwise to 0
   */
! # define	BROKEN_REALLOC		1
  
  /*      -------------- END OF CHANGEABLE PART ------------------	*/
--- 106,110 ----
   * set this to 1, otherwise to 0
   */
! # define	BROKEN_REALLOC		0
  
  /*      -------------- END OF CHANGEABLE PART ------------------	*/