Added #define where they were missing
authorvanrein <rick@openfortress.nl>
Tue, 20 Mar 2012 05:32:53 +0000 (06:32 +0100)
committervanrein <rick@openfortress.nl>
Tue, 20 Mar 2012 05:32:53 +0000 (06:32 +0100)
nonstd.h.in

index 10df73e..e3ab958 100644 (file)
 
 #define SERVER_6BED4_IPV4_TXT                  "145.100.190.242"
 #define SERVER_6BED4_IPV4_INT32                        ( (145L << 24) | (100L << 16) | (190L << 8) | 242L )
-SERVER_6BED4_IPV4_INT0                         145
-SERVER_6BED4_IPV4_INT1                         100
-SERVER_6BED4_IPV4_INT2                         190
-SERVER_6BED4_IPV4_INT3                         242
+#define SERVER_6BED4_IPV4_INT0                 145
+#define SERVER_6BED4_IPV4_INT1                 100
+#define SERVER_6BED4_IPV4_INT2                 190
+#define SERVER_6BED4_IPV4_INT3                 242
 #define SERVER_6BED4_IPV4_BINSTR               "\x91\x64\xbe\xf2"
 
 #define SERVER_6BED4_PORT_TXT                  "25788"