blob: c0bb5d5559e92291c0283ad7266eb5796d63deb0 (
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
|
--- machine.h.orig 2014-05-05 15:00:00 UTC
+++ machine.h
@@ -584,25 +584,6 @@ typedef long off_t;
#define USEINETATON
#endif
-#if defined (__FreeBSD__) && defined (__powerpc__)
-#define BSD44
-#define OSTYPE "JCCBSD"
-#define CODEEUC
-#define TARUSESPACE
-#define REGEXPLIB "-lcompat"
-#define DECLSIGLIST
-#define DECLERRLIST
-#define USELEAPCNT
-#define USEMOUNTH
-#define USEMNTINFO
-#define USERE_COMP
-#define USESETENV
-#define ULONGIOCTL
-#define USEMKTIME
-#define SIGFNCINT
-#define USEINETATON
-#endif
-
#if defined (__FreeBSD__) && !defined (OSTYPE) && !defined (__BOW__)
#define BSD44
#define OSTYPE "FREEBSD"
@@ -1315,7 +1296,7 @@ typedef unsigned long u_long;
#define CCCOMMAND "cc"
#endif
#ifndef EXTENDCCOPT
-#define EXTENDCCOPT "-O"
+#define EXTENDCCOPT ""
#endif
#ifndef TERMCAPLIB
# ifdef USETERMINFO
|