diff options
author | CDT 1999 Shawn T. Amundson <amundson@gtk.org> | 1999-05-08 07:40:44 +0000 |
---|---|---|
committer | Shawn Amundson <amundson@src.gnome.org> | 1999-05-08 07:40:44 +0000 |
commit | 499c9786d1316bc72c539d55786bb3a65d95a83a (patch) | |
tree | 9af442bcdb994b2d8f4ae926d0ed0eb1edfdf02a /acconfig.h | |
parent | 2b688f549c8a2719544b33859cdc5ef99355cf37 (diff) |
Port to BeOS by myself and Richard Offer.
Sat May 8 01:52:29 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
* configure.in
gerror.c
gmain.c
gstrfuncs.c
gutils.c
ltconfig
ltmain.sh
gmodule/Makefile.am
gmodule/gmodule.c
gmodule/gmoduleconf.h.in
gmodule/gmodule-beos.c
gthread/Makefile.am: Port to BeOS by myself and Richard Offer.
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index b62380027..aaa035c3e 100644 --- a/acconfig.h +++ b/acconfig.h @@ -54,6 +54,7 @@ #undef HAVE_LONG_DOUBLE #undef HAVE_POLL #undef HAVE_PWD_H +#undef HAVE_PW_GECOS #undef HAVE_SYS_PARAM_H #undef HAVE_SYS_POLL_H #undef HAVE_SYS_SELECT_H @@ -94,6 +95,8 @@ #undef G_THREAD_SOURCE +#undef GLIB_NATIVE_BEOS + /* #undef PACKAGE */ /* #undef VERSION */ |