blob: d3dc85d44a03edd7ca14c84e941f10460cc1b0de (
plain)
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
|
$NetBSD: patch-aa,v 1.1.1.1 2003/12/31 00:04:19 kristerw Exp $
--- config.orig Sat Nov 9 18:26:56 2002
+++ config Tue Dec 30 19:52:02 2003
@@ -4,19 +4,19 @@
# ==============================================================
# --- Your compiler flags
-CFLAGS = -g -ansi -Wmissing-prototypes -Wall
+#CFLAGS = -g -ansi -Wmissing-prototypes -Wall
# --- Where to install the library (directory, no trailing slash)
-LIBDIR = /usr/local/lib
+#LIBDIR = /usr/local/lib
# --- Where to install the include file (directory, no trailing slash)
-INCDIR = /usr/local/include
+#INCDIR = /usr/local/include
# --- Your C compiler
-CC = gcc
+#CC = gcc
# --- Your C++ compiler
-CPP = g++
+#CPP = g++
# Some machines are missing "CLOCKS_PER_SEC". Please define a default value
# If you do not know this, then leave it as it is.
|