diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:54:30 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:54:30 +0000 |
commit | 35584d03d9edd468abb10a617861404a5204df8b (patch) | |
tree | e1eee37329ccbb5a126dc6939195ff909f4ac1bc /buildlib/config.h.in | |
parent | 8508b1df3743c016f3f3aa82d63672378a113cac (diff) |
pthread update
Author: jgg
Date: 1999-08-05 05:11:18 GMT
pthread update
Diffstat (limited to 'buildlib/config.h.in')
-rw-r--r-- | buildlib/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/buildlib/config.h.in b/buildlib/config.h.in index 9a4816a04..2c98a11ac 100644 --- a/buildlib/config.h.in +++ b/buildlib/config.h.in @@ -23,6 +23,9 @@ /* Define if we have the X11 windowing system. */ #undef HAVE_X11 +/* Define if we have enabled pthread support */ +#undef HAVE_PTHREAD + /* Define the architecture name string */ #undef ARCHITECTURE |