Obey $(PERL) when running util/mklink.pl.
[openssl.git] / crypto / conf / conf.h
index 45efed198fdac252d722255a9feea7b3010b015c..2401518a12e668e05b51336abd7fbd0912608a52 100644 (file)
@@ -73,7 +73,6 @@ typedef struct
        char *value;
        } CONF_VALUE;
 
-#ifndef NOPROTO
 
 LHASH *CONF_load(LHASH *conf,char *file,long *eline);
 STACK *CONF_get_section(LHASH *conf,char *section);
@@ -82,18 +81,11 @@ long CONF_get_number(LHASH *conf,char *group,char *name);
 void CONF_free(LHASH *conf);
 void ERR_load_CONF_strings(void );
 
-#else
-
-LHASH *CONF_load();
-STACK *CONF_get_section();
-char *CONF_get_string();
-long CONF_get_number();
-void CONF_free();
-void ERR_load_CONF_strings();
-
-#endif
-
 /* BEGIN ERROR CODES */
+/* The following lines are auto generated by the script mkerr.pl. Any changes
+ * made after this point may be overwritten when the script is next run.
+ */
+
 /* Error codes for the CONF functions. */
 
 /* Function codes. */
@@ -106,7 +98,7 @@ void ERR_load_CONF_strings();
 #define CONF_R_NO_CLOSE_BRACE                           102
 #define CONF_R_UNABLE_TO_CREATE_NEW_SECTION             103
 #define CONF_R_VARIABLE_HAS_NO_VALUE                    104
+
 #ifdef  __cplusplus
 }
 #endif