summaryrefslogtreecommitdiff
path: root/x11-wm/afterstep-stable/files/patch-configure.h.in
blob: 4f3821e4bd38b993ba107f4126bcb6abe3e922c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$FreeBSD$

*** configure.h.in.orig	Fri Jul 30 23:51:22 2004
--- configure.h.in	Fri Jul 30 23:51:27 2004
***************
*** 1,10 ****
  #include "config.h"
  
- #ifdef __FreeBSD__
- #include <sys/syslimits.h>
- #else
  #include <limits.h>
- #endif
  
  /* we don't do interhost network communications ! WE use Unix domain sockets! */
  #define SAME_HOST
--- 1,6 ----