Always include G_SOCKET_FAMILY_UNIX value in GSocketFamily
authorRodrigo Moya <rodrigo@gnome-db.org>
Wed, 4 Apr 2012 09:39:03 +0000 (11:39 +0200)
committerRodrigo Moya <rodrigo@gnome-db.org>
Wed, 4 Apr 2012 09:39:03 +0000 (11:39 +0200)
commit118c42e7471155d444b9df38d9538f344cb7f89c
treea43ba7b358bec5968463affcff50f917bcf780b5
parent091d652120e068518ed4b7d8a835018f30ed63e8
Always include G_SOCKET_FAMILY_UNIX value in GSocketFamily

This is needed because glib-mkenums doesn't handle #ifdef values in
enums, and so it needs to have all values always defined in the enum.
When not available, define the missing values to a negative value.
configure.ac
gio/gioenums.h
gio/gsocket.c