diff options
author | sabetts <sabetts> | 2000-09-15 04:28:47 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2000-09-15 04:28:47 +0000 |
commit | 2c96f882bdcc0c8eb44181cf05ca7829892f5fba (patch) | |
tree | d17d00d3e58ce82731e6bd2fb485fc31b8d0f936 /src/config.h.in | |
parent | 459655b06ba8e3a15e52c9e9c0e8fd936a5e2673 (diff) | |
download | ratpoison-2c96f882bdcc0c8eb44181cf05ca7829892f5fba.zip |
added DEBUG
Diffstat (limited to 'src/config.h.in')
-rw-r--r-- | src/config.h.in | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in index e69de29..76ebff8 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -0,0 +1,29 @@ +/* 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 + +/* 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 + |