1 diff --git a/unix/Make-config b/unix/Make-config
5 # Bourne Shell Configuration:
6 # set SHELL=/bin/sh or wherever your bourne shell is
7 ##########################################################################
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
20 # Others typically use /usr/X11 or /usr/X11R6
23 ##########################################################################
24 # Customize MPI directories and includes as-needed.
25 # A typical MPICH installation location:
26 -MPIDIR=/usr/local/mpi
27 -MPIINC=$(MPIDIR)/include
29 +# MPIDIR=/usr/local/mpi
30 +# MPIINC=$(MPIDIR)/include
31 +# MPILIB=$(MPIDIR)/lib
33 # MPI defines and any flags needed by the local installation.
34 # Always list -DMPI at a minimum.
36 # http://www.ijg.org/files/
37 ##########################################################################
38 # Uncomment the following lines to disable JPEG support
46 # Uncomment the following lines to enable JPEG support
49 # http://www.libpng.org/
50 ##########################################################################
51 # Uncomment the following lines to disable PNG support
59 # Uncomment the following lines to enable PNG support