diff options
Diffstat (limited to 'config.make.in')
-rw-r--r-- | config.make.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config.make.in b/config.make.in index fe4b1e65..b8002a17 100644 --- a/config.make.in +++ b/config.make.in @@ -47,6 +47,7 @@ RANLIB = @RANLIB@ MIG = @MIG@ MIGCOM = $(MIG) -cc cat - /dev/null AWK = @AWK@ +SED = @SED@ # Compilation flags. Append these to the definitions already made by # the specific Makefile. @@ -69,6 +70,13 @@ PARTED_LIBS = @PARTED_LIBS@ LIBNCURSESW = @LIBNCURSESW@ NCURSESW_INCLUDE = @NCURSESW_INCLUDE@ +# How to compile and link against X11. +HAVE_X11 = @have_x11@ +X11_CFLAGS = @X11_CFLAGS@ +X11_LIBS = @X11_LIBS@ +XKB_BASE = @XKB_BASE@ +X11_KEYSYMDEF_H = @X11_KEYSYMDEF_H@ + # Whether Sun RPC support is available. HAVE_SUN_RPC = @HAVE_SUN_RPC@ |