]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Added SIZEOF_INT and SIZEOF_SHORT definitions for VMS configuration file
authorYang Tse <yangsita@gmail.com>
Fri, 5 Mar 2010 02:14:19 +0000 (02:14 +0000)
committerYang Tse <yangsita@gmail.com>
Fri, 5 Mar 2010 02:14:19 +0000 (02:14 +0000)
packages/vms/config-vms.h

index b7da92f593a59cacd1e87a2e1b74988f4c372ffb..aae88e7c04e45472e79e9dfa5d2247c3dc7d5e21 100644 (file)
 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
 #define TIME_WITH_SYS_TIME 1
 
-/* The number of bytes in a long double.  */
+/* The size of `int', as computed by sizeof. */
+#define SIZEOF_INT 4
+
+/* The size of `long double', as computed by sizeof. */
 #define SIZEOF_LONG_DOUBLE 8
 
-/* The number of bytes in a long long.  */
+/* The size of `long long', as computed by sizeof. */
 #define SIZEOF_LONG_LONG 8
 
+/* The size of `short', as computed by sizeof. */
+#define SIZEOF_SHORT 2
+
 /* Define if you have the alarm function.  */
 #define HAVE_ALARM 1