diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-09-15 17:12:02 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-09-15 17:12:02 +0000 |
commit | 1443d1bff68feae73cbbaf8e522a20735b43c580 (patch) | |
tree | 2d0203e888a60a215b803076ddbe7c2f3ec876f8 /app/xinit/config.h.in | |
parent | dd9a0a4cb85188d898894f8e4972ec8dabe030f6 (diff) |
merge xinit 1.0.6
Diffstat (limited to 'app/xinit/config.h.in')
-rw-r--r-- | app/xinit/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/xinit/config.h.in b/app/xinit/config.h.in index 89872137d..d76502c7d 100644 --- a/app/xinit/config.h.in +++ b/app/xinit/config.h.in @@ -6,6 +6,9 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the `killpg' function. */ +#undef HAVE_KILLPG + /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H |