File tree 3 files changed +1
-13
lines changed
3 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 18
18
ifeq "$(PLATFORM)" "VSS_IRIX_65"
19
19
PLATFORMBASE := VSS_IRIX
20
20
endif
21
- ifeq "$(PLATFORM)" "VSS_REDHAT7"
22
- PLATFORMBASE := VSS_LINUX
23
- endif
24
21
ifeq "$(PLATFORM)" "VSS_LINUX_UBUNTU"
25
22
PLATFORMBASE := VSS_LINUX
26
23
endif
Original file line number Diff line number Diff line change 30
30
VER_O32BIT = -o32
31
31
endif
32
32
33
- ifeq "$(PLATFORMBASE ) " "VSS_LINUX"
34
- # deprecate -DREDHAT52 ;;;;
35
- CFLAGS_ALWAYS += -DREDHAT52
36
- endif
37
- ifeq "$(PLATFORMBASE ) " "VSS_FreeBSD"
38
- # deprecate -DREDHAT52 ;;;;
39
- CFLAGS_ALWAYS += -DREDHAT52
40
- endif
41
-
42
33
ifeq "$(PLATFORM ) " "VSS_CYGWIN32_NT40"
43
34
YACC := byacc
44
35
else
Original file line number Diff line number Diff line change @@ -964,7 +964,7 @@ static void closeudp(int sockfd)
964
964
char mbuf[MAXMESG];
965
965
int caught_sigint = 0 ;
966
966
967
- #if defined VSS_IRIX_63_MIPS3 || defined VSS_LINUX || defined VSS_REDHAT7 || defined VSS_WINDOWS || defined VSS_MAC
967
+ #if defined VSS_IRIX_63_MIPS3 || defined VSS_LINUX || defined VSS_WINDOWS || defined VSS_MAC
968
968
#define SignalHandlerType int
969
969
#else
970
970
#define SignalHandlerType ...
You can’t perform that action at this time.
0 commit comments