Check in modified generated files for systems where pidl can't run.
[amitay/samba.git] / librpc / gen_ndr / epmapper.h
index 2030e1e54f042b3503870b91a5af8395d06f0e00..09f46a3889afc19ddec73ae9139ce365dffc126f 100644 (file)
 enum epm_protocol
 #ifndef USE_UINT_ENUMS
  {
-       EPM_PROTOCOL_DNET_NSP=0x04,
-       EPM_PROTOCOL_OSI_TP4=0x05,
-       EPM_PROTOCOL_OSI_CLNS=0x06,
-       EPM_PROTOCOL_TCP=0x07,
-       EPM_PROTOCOL_UDP=0x08,
-       EPM_PROTOCOL_IP=0x09,
-       EPM_PROTOCOL_NCADG=0x0a,
-       EPM_PROTOCOL_NCACN=0x0b,
-       EPM_PROTOCOL_NCALRPC=0x0c,
-       EPM_PROTOCOL_UUID=0x0d,
-       EPM_PROTOCOL_IPX=0x0e,
-       EPM_PROTOCOL_SMB=0x0f,
-       EPM_PROTOCOL_NAMED_PIPE=0x10,
-       EPM_PROTOCOL_NETBIOS=0x11,
-       EPM_PROTOCOL_NETBEUI=0x12,
-       EPM_PROTOCOL_SPX=0x13,
-       EPM_PROTOCOL_NB_IPX=0x14,
-       EPM_PROTOCOL_DSP=0x16,
-       EPM_PROTOCOL_DDP=0x17,
-       EPM_PROTOCOL_APPLETALK=0x18,
-       EPM_PROTOCOL_VINES_SPP=0x1a,
-       EPM_PROTOCOL_VINES_IPC=0x1b,
-       EPM_PROTOCOL_STREETTALK=0x1c,
-       EPM_PROTOCOL_HTTP=0x1f,
-       EPM_PROTOCOL_UNIX_DS=0x20,
-       EPM_PROTOCOL_NULL=0x21
+       EPM_PROTOCOL_DNET_NSP=(int)0x04,
+       EPM_PROTOCOL_OSI_TP4=(int)0x05,
+       EPM_PROTOCOL_OSI_CLNS=(int)0x06,
+       EPM_PROTOCOL_TCP=(int)0x07,
+       EPM_PROTOCOL_UDP=(int)0x08,
+       EPM_PROTOCOL_IP=(int)0x09,
+       EPM_PROTOCOL_NCADG=(int)0x0a,
+       EPM_PROTOCOL_NCACN=(int)0x0b,
+       EPM_PROTOCOL_NCALRPC=(int)0x0c,
+       EPM_PROTOCOL_UUID=(int)0x0d,
+       EPM_PROTOCOL_IPX=(int)0x0e,
+       EPM_PROTOCOL_SMB=(int)0x0f,
+       EPM_PROTOCOL_NAMED_PIPE=(int)0x10,
+       EPM_PROTOCOL_NETBIOS=(int)0x11,
+       EPM_PROTOCOL_NETBEUI=(int)0x12,
+       EPM_PROTOCOL_SPX=(int)0x13,
+       EPM_PROTOCOL_NB_IPX=(int)0x14,
+       EPM_PROTOCOL_DSP=(int)0x16,
+       EPM_PROTOCOL_DDP=(int)0x17,
+       EPM_PROTOCOL_APPLETALK=(int)0x18,
+       EPM_PROTOCOL_VINES_SPP=(int)0x1a,
+       EPM_PROTOCOL_VINES_IPC=(int)0x1b,
+       EPM_PROTOCOL_STREETTALK=(int)0x1c,
+       EPM_PROTOCOL_HTTP=(int)0x1f,
+       EPM_PROTOCOL_UNIX_DS=(int)0x20,
+       EPM_PROTOCOL_NULL=(int)0x21
 }
 #else
  { __donnot_use_enum_epm_protocol=0x7FFFFFFF}