Fixed newline characters throughout the code
[com/gs-lite.git] / src / ftacmp / literal_types.h
1 /* ------------------------------------------------
2 Copyright 2014 AT&T Intellectual Property
3    Licensed under the Apache License, Version 2.0 (the "License");
4    you may not use this file except in compliance with the License.
5    You may obtain a copy of the License at
6
7      http://www.apache.org/licenses/LICENSE-2.0
8
9    Unless required by applicable law or agreed to in writing, software
10    distributed under the License is distributed on an "AS IS" BASIS,
11    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12    See the License for the specific language governing permissions and
13    limitations under the License.
14  ------------------------------------------- */
15 #ifndef __LITERAL_TYPES_H_INCLUDED__
16
17
18 #define LITERAL_UDEF -1
19 #define LITERAL_STRING 1
20 #define LITERAL_INT 2
21 #define LITERAL_FLOAT 3
22 #define LITERAL_BOOL 4
23 #define LITERAL_TIMEVAL 5
24 #define LITERAL_HEX 6
25 #define LITERAL_LONGINT 7
26 #define LITERAL_LONGHEX 8
27 #define LITERAL_IP 9
28 #define LITERAL_IPV6 10
29
30 #define __LITERAL_TYPES_H_INCLUDED__
31 #endif