Changeset 273 in Main for trunk


Ignore:
Timestamp:
Oct 8, 2024, 7:49:19 PM (5 weeks ago)
Author:
Nishi
Message:

update config.h.tmpl

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Server/tw_ssl.h

    r140 r273  
    1111#include <stdint.h>
    1212
     13#ifndef __UINTPTR_TYPE__
     14#define __UINTPTR_TYPE__ uintptr_t
     15#endif
     16
    1317SSL_CTX* tw_create_ssl_ctx(__UINTPTR_TYPE__ port);
    1418
  • trunk/config.h.tmpl

    r266 r273  
    6464#endif
    6565
     66#if (defined(__minix)) && !defined(NO_IPV6)
     67#define NO_IPV6
     68/* Minix does not have IPv6 */
     69#endif
     70
    6671#endif
    6772
Note: See TracChangeset for help on using the changeset viewer.