diff options
author | rcyeske <rcyeske> | 2001-02-16 03:52:38 +0000 |
---|---|---|
committer | rcyeske <rcyeske> | 2001-02-16 03:52:38 +0000 |
commit | d1817036a8d36c5ead790f1129acc5f6bb1f6a5d (patch) | |
tree | edd31ba483da3ef9ef4d3e435c5c40f26941bb0a /src | |
parent | 86f4de42db52d0ca9e4687a07db4777386c96b1c (diff) | |
download | ratpoison-d1817036a8d36c5ead790f1129acc5f6bb1f6a5d.zip |
removed
Diffstat (limited to 'src')
-rw-r--r-- | src/config.h.in | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/src/config.h.in b/src/config.h.in deleted file mode 100644 index 5916cce..0000000 --- a/src/config.h.in +++ /dev/null @@ -1,32 +0,0 @@ -/* src/config.h.in. Generated automatically from configure.in by autoheader. */ - -/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */ -#undef HAVE_SYS_WAIT_H - -/* Define as the return type of signal handlers (int or void). */ -#undef RETSIGTYPE - -/* Define if you have the ANSI C header files. */ -#undef STDC_HEADERS - -/* Define if the X Window System is missing or not being used. */ -#undef X_DISPLAY_MISSING - -/* When defined, ratpoison will print debugging information */ -#undef DEBUG - -/* X terminal emulator to user */ -#undef TERM_PROG - -/* Define if you have the <unistd.h> header file. */ -#undef HAVE_UNISTD_H - -/* Define if you have the X11 library (-lX11). */ -#undef HAVE_LIBX11 - -/* Name of package */ -#undef PACKAGE - -/* Version number of package */ -#undef VERSION - |