Imported Upstream version 1.15.1
[deb_xorg-server.git] / hw / xquartz / mach-startup / mach_startup_types.h
1 #ifndef _MACH_STARTUP_TYPES_H_
2 #define _MACH_STARTUP_TYPES_H_
3
4 #define STRING_T_SIZE 1024
5
6 typedef char string_t[STRING_T_SIZE];
7 typedef string_t * string_array_t;
8
9 #endif