summaryrefslogtreecommitdiff
path: root/devel/xxgdb/files/patch-global.h
blob: 6136dbe3570d0f43cfe87bf4909c767993d7e416 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- global.h.orig	1995-04-06 16:23:42 UTC
+++ global.h
@@ -70,7 +70,7 @@
 #define alloca __builtin_alloca
 #endif
 
-#ifndef __alpha
+#if !defined(__alpha) && !defined(__FreeBSD__)
 #ifndef MAXPATHLEN
 #define MAXPATHLEN 1024
 #endif