Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1diff --git a/unix/Make-config b/unix/Make-config
2--- a/unix/Make-config
3+++ b/unix/Make-config
4@@ -18,7 +18,7 @@
5 # Bourne Shell Configuration:
6 # set SHELL=/bin/sh or wherever your bourne shell is
7 ##########################################################################
8-SHELL=/bin/sh
9+# SHELL=/bin/sh
10
11
12
13@@ -30,7 +30,7 @@
14
15 # The following line should be set to -Ixxx where xxx is your X11 include path
16 # Sun puts X11 in /usr/openwin/xxx
17-X11INC= -I/usr/openwin/include
18+# X11INC= -I/usr/openwin/include
19
20 # Others typically use /usr/X11 or /usr/X11R6
21 #X11INC= -I/usr/X11
22@@ -105,9 +105,9 @@
23 ##########################################################################
24 # Customize MPI directories and includes as-needed.
25 # A typical MPICH installation location:
26-MPIDIR=/usr/local/mpi
27-MPIINC=$(MPIDIR)/include
28-MPILIB=$(MPIDIR)/lib
29+# MPIDIR=/usr/local/mpi
30+# MPIINC=$(MPIDIR)/include
31+# MPILIB=$(MPIDIR)/lib
32
33 # MPI defines and any flags needed by the local installation.
34 # Always list -DMPI at a minimum.
35@@ -166,9 +166,9 @@
36 # http://www.ijg.org/files/
37 ##########################################################################
38 # Uncomment the following lines to disable JPEG support
39-USEJPEG=
40-JPEGINC=
41-JPEGLIB=
42+# USEJPEG=
43+# JPEGINC=
44+# JPEGLIB=
45
46 # Uncomment the following lines to enable JPEG support
47 #USEJPEG= -DUSEJPEG
48@@ -186,9 +186,9 @@
49 # http://www.libpng.org/
50 ##########################################################################
51 # Uncomment the following lines to disable PNG support
52-USEPNG=
53-PNGINC=
54-PNGLIB=
55+# USEPNG=
56+# PNGINC=
57+# PNGLIB=
58
59 # Uncomment the following lines to enable PNG support
60 #USEPNG= -DUSEPNG